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_CW_CAT1/segments?format=api&page=330
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=331",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=329",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 330,
    "results": [
        {
            "start": 864031336,
            "stop": 864042831
        },
        {
            "start": 864043096,
            "stop": 864044051
        },
        {
            "start": 864044222,
            "stop": 864044695
        },
        {
            "start": 864044956,
            "stop": 864047775
        },
        {
            "start": 864051003,
            "stop": 864051007
        },
        {
            "start": 864051083,
            "stop": 864054025
        },
        {
            "start": 864056888,
            "stop": 864057432
        },
        {
            "start": 864060008,
            "stop": 864064712
        },
        {
            "start": 864068989,
            "stop": 864069318
        },
        {
            "start": 864069491,
            "stop": 864069625
        },
        {
            "start": 864071349,
            "stop": 864076994
        },
        {
            "start": 864110004,
            "stop": 864111638
        },
        {
            "start": 864112936,
            "stop": 864127558
        },
        {
            "start": 864129601,
            "stop": 864129801
        },
        {
            "start": 864131747,
            "stop": 864132184
        },
        {
            "start": 864132855,
            "stop": 864133418
        },
        {
            "start": 864135065,
            "stop": 864136505
        },
        {
            "start": 864137981,
            "stop": 864138091
        },
        {
            "start": 864138319,
            "stop": 864138797
        },
        {
            "start": 864140329,
            "stop": 864140337
        }
    ]
}