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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=324",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=322",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 323,
    "results": [
        {
            "start": 852469420,
            "stop": 852469430
        },
        {
            "start": 852469435,
            "stop": 852469437
        },
        {
            "start": 852469443,
            "stop": 852469480
        },
        {
            "start": 852469485,
            "stop": 852480510
        },
        {
            "start": 852480515,
            "stop": 852480535
        },
        {
            "start": 852480540,
            "stop": 852480587
        },
        {
            "start": 852480593,
            "stop": 852483007
        },
        {
            "start": 852483010,
            "stop": 852483020
        },
        {
            "start": 852483028,
            "stop": 852483889
        },
        {
            "start": 852483893,
            "stop": 852483896
        },
        {
            "start": 852483899,
            "stop": 852484640
        },
        {
            "start": 852484645,
            "stop": 852484650
        },
        {
            "start": 852484655,
            "stop": 852484664
        },
        {
            "start": 852484668,
            "stop": 852484670
        },
        {
            "start": 852484673,
            "stop": 852484967
        },
        {
            "start": 852484971,
            "stop": 852484972
        },
        {
            "start": 852484978,
            "stop": 852484983
        },
        {
            "start": 852484990,
            "stop": 852487554
        },
        {
            "start": 852487573,
            "stop": 852487704
        },
        {
            "start": 852487707,
            "stop": 852487734
        }
    ]
}