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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=63",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 64,
    "results": [
        {
            "start": 826910611,
            "stop": 826912106
        },
        {
            "start": 826913104,
            "stop": 826916570
        },
        {
            "start": 826927902,
            "stop": 826928134
        },
        {
            "start": 826929559,
            "stop": 826930063
        },
        {
            "start": 826931006,
            "stop": 826931507
        },
        {
            "start": 826932017,
            "stop": 826933028
        },
        {
            "start": 826933750,
            "stop": 826936363
        },
        {
            "start": 826937626,
            "stop": 826939565
        },
        {
            "start": 826939633,
            "stop": 826945465
        },
        {
            "start": 826946716,
            "stop": 826955831
        },
        {
            "start": 826957145,
            "stop": 826971500
        },
        {
            "start": 826973081,
            "stop": 826980895
        },
        {
            "start": 826980997,
            "stop": 826981650
        },
        {
            "start": 826981956,
            "stop": 826981999
        },
        {
            "start": 826982904,
            "stop": 826985781
        },
        {
            "start": 826986993,
            "stop": 826987295
        },
        {
            "start": 826990438,
            "stop": 826991576
        },
        {
            "start": 827007659,
            "stop": 827007822
        },
        {
            "start": 827009752,
            "stop": 827014801
        },
        {
            "start": 827017116,
            "stop": 827020575
        }
    ]
}