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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=89",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 90,
    "results": [
        {
            "start": 817178622,
            "stop": 817180251
        },
        {
            "start": 817180253,
            "stop": 817184235
        },
        {
            "start": 817184238,
            "stop": 817196849
        },
        {
            "start": 817196852,
            "stop": 817196980
        },
        {
            "start": 817196984,
            "stop": 817202163
        },
        {
            "start": 817202165,
            "stop": 817208143
        },
        {
            "start": 817208146,
            "stop": 817214788
        },
        {
            "start": 817214791,
            "stop": 817218778
        },
        {
            "start": 817218781,
            "stop": 817219442
        },
        {
            "start": 817219445,
            "stop": 817222272
        },
        {
            "start": 817222276,
            "stop": 817224052
        },
        {
            "start": 817224553,
            "stop": 817224624
        },
        {
            "start": 817227569,
            "stop": 817229695
        },
        {
            "start": 817229698,
            "stop": 817229951
        },
        {
            "start": 817229954,
            "stop": 817230610
        },
        {
            "start": 817230613,
            "stop": 817231407
        },
        {
            "start": 817231409,
            "stop": 817231632
        },
        {
            "start": 817239373,
            "stop": 817239719
        },
        {
            "start": 817239720,
            "stop": 817240272
        },
        {
            "start": 817240276,
            "stop": 817241044
        }
    ]
}