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_CAT3E/segments?format=api&page=46894
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=46895",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46893",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46894,
    "results": [
        {
            "start": 875173783,
            "stop": 875173785
        },
        {
            "start": 875173787,
            "stop": 875173862
        },
        {
            "start": 875173863,
            "stop": 875174175
        },
        {
            "start": 875174177,
            "stop": 875174190
        },
        {
            "start": 875174192,
            "stop": 875174274
        },
        {
            "start": 875174275,
            "stop": 875174298
        },
        {
            "start": 875174299,
            "stop": 875174309
        },
        {
            "start": 875174310,
            "stop": 875174410
        },
        {
            "start": 875174411,
            "stop": 875174417
        },
        {
            "start": 875174418,
            "stop": 875174442
        },
        {
            "start": 875174443,
            "stop": 875174450
        },
        {
            "start": 875174451,
            "stop": 875174491
        },
        {
            "start": 875174492,
            "stop": 875174510
        },
        {
            "start": 875174511,
            "stop": 875174550
        },
        {
            "start": 875174551,
            "stop": 875174590
        },
        {
            "start": 875174591,
            "stop": 875174600
        },
        {
            "start": 875174603,
            "stop": 875174612
        },
        {
            "start": 875174613,
            "stop": 875174619
        },
        {
            "start": 875174621,
            "stop": 875174667
        },
        {
            "start": 875174668,
            "stop": 875174671
        }
    ]
}