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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46785",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46783",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46784,
    "results": [
        {
            "start": 875107760,
            "stop": 875107767
        },
        {
            "start": 875107768,
            "stop": 875107802
        },
        {
            "start": 875107803,
            "stop": 875107842
        },
        {
            "start": 875107843,
            "stop": 875107871
        },
        {
            "start": 875107872,
            "stop": 875107882
        },
        {
            "start": 875107884,
            "stop": 875107912
        },
        {
            "start": 875107913,
            "stop": 875107962
        },
        {
            "start": 875107964,
            "stop": 875108146
        },
        {
            "start": 875108148,
            "stop": 875108431
        },
        {
            "start": 875108432,
            "stop": 875108579
        },
        {
            "start": 875108580,
            "stop": 875108608
        },
        {
            "start": 875108609,
            "stop": 875108701
        },
        {
            "start": 875108702,
            "stop": 875108713
        },
        {
            "start": 875108714,
            "stop": 875108725
        },
        {
            "start": 875108726,
            "stop": 875108895
        },
        {
            "start": 875108898,
            "stop": 875109130
        },
        {
            "start": 875109131,
            "stop": 875109182
        },
        {
            "start": 875109184,
            "stop": 875109214
        },
        {
            "start": 875109875,
            "stop": 875109879
        },
        {
            "start": 875109880,
            "stop": 875109893
        }
    ]
}