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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=68",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 69,
    "results": [
        {
            "start": 931455461,
            "stop": 931455497
        },
        {
            "start": 931455541,
            "stop": 931455560
        },
        {
            "start": 931455595,
            "stop": 931455641
        },
        {
            "start": 931455710,
            "stop": 931455739
        },
        {
            "start": 931455810,
            "stop": 931455842
        },
        {
            "start": 931455865,
            "stop": 931455866
        },
        {
            "start": 931455956,
            "stop": 931455958
        },
        {
            "start": 931455990,
            "stop": 931455995
        },
        {
            "start": 931456082,
            "stop": 931456110
        },
        {
            "start": 931456128,
            "stop": 931456145
        },
        {
            "start": 931456178,
            "stop": 931456189
        },
        {
            "start": 931456206,
            "stop": 931456222
        },
        {
            "start": 931456314,
            "stop": 931456326
        },
        {
            "start": 931456344,
            "stop": 931456348
        },
        {
            "start": 931456367,
            "stop": 931456389
        },
        {
            "start": 931456535,
            "stop": 931456550
        },
        {
            "start": 931456671,
            "stop": 931456673
        },
        {
            "start": 931456724,
            "stop": 931456744
        },
        {
            "start": 931457175,
            "stop": 931457220
        },
        {
            "start": 931457385,
            "stop": 931457390
        }
    ]
}