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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=54",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 55,
    "results": [
        {
            "start": 825105226,
            "stop": 825106399
        },
        {
            "start": 825106571,
            "stop": 825107409
        },
        {
            "start": 825108373,
            "stop": 825109129
        },
        {
            "start": 825109312,
            "stop": 825110979
        },
        {
            "start": 825117071,
            "stop": 825170503
        },
        {
            "start": 825175459,
            "stop": 825177817
        },
        {
            "start": 825203907,
            "stop": 825213912
        },
        {
            "start": 825219025,
            "stop": 825246106
        },
        {
            "start": 825403803,
            "stop": 825441984
        },
        {
            "start": 825443125,
            "stop": 825448437
        },
        {
            "start": 825448556,
            "stop": 825450792
        },
        {
            "start": 825450886,
            "stop": 825456237
        },
        {
            "start": 825456503,
            "stop": 825458938
        },
        {
            "start": 825468294,
            "stop": 825482236
        },
        {
            "start": 825484706,
            "stop": 825516429
        },
        {
            "start": 825517016,
            "stop": 825526362
        },
        {
            "start": 825526563,
            "stop": 825528756
        },
        {
            "start": 825528896,
            "stop": 825529250
        },
        {
            "start": 825534332,
            "stop": 825540015
        },
        {
            "start": 825541382,
            "stop": 825545364
        }
    ]
}