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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=28",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 29,
    "results": [
        {
            "start": 818946116,
            "stop": 818952130
        },
        {
            "start": 818952689,
            "stop": 818954218
        },
        {
            "start": 818954623,
            "stop": 818960802
        },
        {
            "start": 818961390,
            "stop": 818969158
        },
        {
            "start": 818969558,
            "stop": 818971187
        },
        {
            "start": 818971762,
            "stop": 819027679
        },
        {
            "start": 819041055,
            "stop": 819043382
        },
        {
            "start": 819043782,
            "stop": 819044172
        },
        {
            "start": 819047310,
            "stop": 819050034
        },
        {
            "start": 819050354,
            "stop": 819051031
        },
        {
            "start": 819051431,
            "stop": 819057905
        },
        {
            "start": 819058808,
            "stop": 819060205
        },
        {
            "start": 819060641,
            "stop": 819066623
        },
        {
            "start": 819067341,
            "stop": 819067531
        },
        {
            "start": 819067935,
            "stop": 819068931
        },
        {
            "start": 819068933,
            "stop": 819075473
        },
        {
            "start": 819076022,
            "stop": 819076997
        },
        {
            "start": 819077717,
            "stop": 819093845
        },
        {
            "start": 819094946,
            "stop": 819097027
        },
        {
            "start": 819097029,
            "stop": 819113450
        }
    ]
}