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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=67",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 68,
    "results": [
        {
            "start": 821247533,
            "stop": 821247649
        },
        {
            "start": 821247652,
            "stop": 821247722
        },
        {
            "start": 821247725,
            "stop": 821247745
        },
        {
            "start": 821247758,
            "stop": 821248249
        },
        {
            "start": 821248252,
            "stop": 821248644
        },
        {
            "start": 821248647,
            "stop": 821249017
        },
        {
            "start": 821249020,
            "stop": 821249097
        },
        {
            "start": 821249100,
            "stop": 821249725
        },
        {
            "start": 821249728,
            "stop": 821250031
        },
        {
            "start": 821250034,
            "stop": 821250567
        },
        {
            "start": 821250570,
            "stop": 821251303
        },
        {
            "start": 821251306,
            "stop": 821251537
        },
        {
            "start": 821251540,
            "stop": 821252644
        },
        {
            "start": 821252647,
            "stop": 821252718
        },
        {
            "start": 821252721,
            "stop": 821253316
        },
        {
            "start": 821253319,
            "stop": 821254707
        },
        {
            "start": 821254710,
            "stop": 821254921
        },
        {
            "start": 821254939,
            "stop": 821255927
        },
        {
            "start": 821255930,
            "stop": 821256500
        },
        {
            "start": 821256503,
            "stop": 821257274
        }
    ]
}