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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=32",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 33,
    "results": [
        {
            "start": 939285167,
            "stop": 939285290
        },
        {
            "start": 939285886,
            "stop": 939287095
        },
        {
            "start": 939287777,
            "stop": 939288467
        },
        {
            "start": 939289206,
            "stop": 939293690
        },
        {
            "start": 939294241,
            "stop": 939294889
        },
        {
            "start": 939295773,
            "stop": 939297556
        },
        {
            "start": 939298100,
            "stop": 939298688
        },
        {
            "start": 939300194,
            "stop": 939302095
        },
        {
            "start": 939302585,
            "stop": 939302630
        },
        {
            "start": 939303469,
            "stop": 939305767
        },
        {
            "start": 939306302,
            "stop": 939307768
        },
        {
            "start": 939308182,
            "stop": 939311618
        },
        {
            "start": 939315467,
            "stop": 939318616
        },
        {
            "start": 939322717,
            "stop": 939324314
        },
        {
            "start": 939326658,
            "stop": 939331522
        },
        {
            "start": 939332340,
            "stop": 939332350
        },
        {
            "start": 939333451,
            "stop": 939334059
        },
        {
            "start": 939334936,
            "stop": 939335583
        },
        {
            "start": 939337215,
            "stop": 939339055
        },
        {
            "start": 939340731,
            "stop": 939341135
        }
    ]
}