Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=287
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=288",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=286",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 287,
    "results": [
        {
            "start": 931922601,
            "stop": 931922614
        },
        {
            "start": 931922616,
            "stop": 931940108
        },
        {
            "start": 931940111,
            "stop": 931941442
        },
        {
            "start": 931949457,
            "stop": 931952997
        },
        {
            "start": 931954992,
            "stop": 931956086
        },
        {
            "start": 931972859,
            "stop": 931979323
        },
        {
            "start": 931983901,
            "stop": 931985752
        },
        {
            "start": 931988658,
            "stop": 931989827
        },
        {
            "start": 931989829,
            "stop": 931991822
        },
        {
            "start": 931998060,
            "stop": 931998938
        },
        {
            "start": 932001611,
            "stop": 932002953
        },
        {
            "start": 932002955,
            "stop": 932002958
        },
        {
            "start": 932002960,
            "stop": 932003134
        },
        {
            "start": 932003136,
            "stop": 932003757
        },
        {
            "start": 932010680,
            "stop": 932011099
        },
        {
            "start": 932014809,
            "stop": 932015459
        },
        {
            "start": 932017822,
            "stop": 932020705
        },
        {
            "start": 932020707,
            "stop": 932025262
        },
        {
            "start": 932033001,
            "stop": 932033734
        },
        {
            "start": 932033736,
            "stop": 932033749
        }
    ]
}