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=204
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=205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=203",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 204,
    "results": [
        {
            "start": 853289546,
            "stop": 853290920
        },
        {
            "start": 853291934,
            "stop": 853315619
        },
        {
            "start": 853348758,
            "stop": 853359575
        },
        {
            "start": 853359789,
            "stop": 853405758
        },
        {
            "start": 853405760,
            "stop": 853414918
        },
        {
            "start": 853423109,
            "stop": 853444729
        },
        {
            "start": 853445602,
            "stop": 853453929
        },
        {
            "start": 853454504,
            "stop": 853479028
        },
        {
            "start": 853480707,
            "stop": 853482696
        },
        {
            "start": 853484158,
            "stop": 853522287
        },
        {
            "start": 853579586,
            "stop": 853595407
        },
        {
            "start": 853597066,
            "stop": 853603856
        },
        {
            "start": 853666463,
            "stop": 853668706
        },
        {
            "start": 853669905,
            "stop": 853673706
        },
        {
            "start": 853674386,
            "stop": 853686620
        },
        {
            "start": 853686917,
            "stop": 853688626
        },
        {
            "start": 853746598,
            "stop": 853747061
        },
        {
            "start": 853747500,
            "stop": 853758744
        },
        {
            "start": 853760307,
            "stop": 853781095
        },
        {
            "start": 853832364,
            "stop": 853838307
        }
    ]
}