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=65
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=66",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=64",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 65,
    "results": [
        {
            "start": 822819915,
            "stop": 822827929
        },
        {
            "start": 822828249,
            "stop": 822828387
        },
        {
            "start": 822845360,
            "stop": 822845515
        },
        {
            "start": 822845517,
            "stop": 822845792
        },
        {
            "start": 822845794,
            "stop": 822845903
        },
        {
            "start": 822845905,
            "stop": 822846586
        },
        {
            "start": 822846587,
            "stop": 822846812
        },
        {
            "start": 822846814,
            "stop": 822850839
        },
        {
            "start": 822851989,
            "stop": 822853284
        },
        {
            "start": 822854149,
            "stop": 822856043
        },
        {
            "start": 822856045,
            "stop": 822859358
        },
        {
            "start": 822859963,
            "stop": 822862250
        },
        {
            "start": 822867247,
            "stop": 822872946
        },
        {
            "start": 822875266,
            "stop": 822875332
        },
        {
            "start": 822875732,
            "stop": 822890250
        },
        {
            "start": 822891641,
            "stop": 822892095
        },
        {
            "start": 822892645,
            "stop": 822914631
        },
        {
            "start": 822916062,
            "stop": 822916307
        },
        {
            "start": 822916708,
            "stop": 822920031
        },
        {
            "start": 822921378,
            "stop": 822944142
        }
    ]
}