Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=134
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=133",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 134,
    "results": [
        {
            "start": 818605964,
            "stop": 818605966
        },
        {
            "start": 818606649,
            "stop": 818607031
        },
        {
            "start": 818607039,
            "stop": 818610493
        },
        {
            "start": 818610640,
            "stop": 818610658
        },
        {
            "start": 818610666,
            "stop": 818611080
        },
        {
            "start": 818611112,
            "stop": 818611198
        },
        {
            "start": 818611226,
            "stop": 818611242
        },
        {
            "start": 818611250,
            "stop": 818611643
        },
        {
            "start": 818611671,
            "stop": 818612066
        },
        {
            "start": 818612094,
            "stop": 818612530
        },
        {
            "start": 818612557,
            "stop": 818612807
        },
        {
            "start": 818612839,
            "stop": 818613434
        },
        {
            "start": 818613462,
            "stop": 818613583
        },
        {
            "start": 818613591,
            "stop": 818613671
        },
        {
            "start": 818613679,
            "stop": 818614229
        },
        {
            "start": 818614236,
            "stop": 818614729
        },
        {
            "start": 818614757,
            "stop": 818614996
        },
        {
            "start": 818615003,
            "stop": 818615567
        },
        {
            "start": 818618136,
            "stop": 818621233
        },
        {
            "start": 818621933,
            "stop": 818623685
        }
    ]
}