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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5323",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5321",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5322,
    "results": [
        {
            "start": 970990907,
            "stop": 970992054
        },
        {
            "start": 970992057,
            "stop": 970994422
        },
        {
            "start": 970994425,
            "stop": 970994737
        },
        {
            "start": 970994740,
            "stop": 970994886
        },
        {
            "start": 970994889,
            "stop": 970995881
        },
        {
            "start": 970995884,
            "stop": 970997187
        },
        {
            "start": 970997190,
            "stop": 970997475
        },
        {
            "start": 970997478,
            "stop": 970998483
        },
        {
            "start": 970998486,
            "stop": 970999584
        },
        {
            "start": 970999586,
            "stop": 970999606
        },
        {
            "start": 970999609,
            "stop": 971000053
        },
        {
            "start": 971000056,
            "stop": 971000347
        },
        {
            "start": 971000350,
            "stop": 971001898
        },
        {
            "start": 971001902,
            "stop": 971001967
        },
        {
            "start": 971001984,
            "stop": 971002935
        },
        {
            "start": 971002940,
            "stop": 971003952
        },
        {
            "start": 971003955,
            "stop": 971005037
        },
        {
            "start": 971005040,
            "stop": 971005794
        },
        {
            "start": 971005797,
            "stop": 971006223
        },
        {
            "start": 971006226,
            "stop": 971007800
        }
    ]
}