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=46783
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=46784",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46782",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46783,
    "results": [
        {
            "start": 875103669,
            "stop": 875103674
        },
        {
            "start": 875103675,
            "stop": 875103687
        },
        {
            "start": 875103688,
            "stop": 875103711
        },
        {
            "start": 875103712,
            "stop": 875103730
        },
        {
            "start": 875103731,
            "stop": 875103743
        },
        {
            "start": 875103744,
            "stop": 875103770
        },
        {
            "start": 875103771,
            "stop": 875103793
        },
        {
            "start": 875103794,
            "stop": 875103804
        },
        {
            "start": 875103807,
            "stop": 875103836
        },
        {
            "start": 875103837,
            "stop": 875103844
        },
        {
            "start": 875103845,
            "stop": 875103878
        },
        {
            "start": 875103880,
            "stop": 875103921
        },
        {
            "start": 875103922,
            "stop": 875103923
        },
        {
            "start": 875103924,
            "stop": 875103931
        },
        {
            "start": 875106680,
            "stop": 875106981
        },
        {
            "start": 875106982,
            "stop": 875107058
        },
        {
            "start": 875107059,
            "stop": 875107437
        },
        {
            "start": 875107438,
            "stop": 875107516
        },
        {
            "start": 875107517,
            "stop": 875107650
        },
        {
            "start": 875107651,
            "stop": 875107759
        }
    ]
}