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=64
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=65",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=63",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 64,
    "results": [
        {
            "start": 821240716,
            "stop": 821240721
        },
        {
            "start": 821240724,
            "stop": 821240933
        },
        {
            "start": 821240936,
            "stop": 821241146
        },
        {
            "start": 821241149,
            "stop": 821241187
        },
        {
            "start": 821241190,
            "stop": 821241415
        },
        {
            "start": 821241418,
            "stop": 821241523
        },
        {
            "start": 821241526,
            "stop": 821241560
        },
        {
            "start": 821241563,
            "stop": 821241577
        },
        {
            "start": 821241580,
            "stop": 821241646
        },
        {
            "start": 821241649,
            "stop": 821241696
        },
        {
            "start": 821241699,
            "stop": 821241711
        },
        {
            "start": 821241714,
            "stop": 821241759
        },
        {
            "start": 821241762,
            "stop": 821241996
        },
        {
            "start": 821241999,
            "stop": 821242049
        },
        {
            "start": 821242052,
            "stop": 821242077
        },
        {
            "start": 821242080,
            "stop": 821242154
        },
        {
            "start": 821242157,
            "stop": 821242183
        },
        {
            "start": 821242186,
            "stop": 821242198
        },
        {
            "start": 821242201,
            "stop": 821242209
        },
        {
            "start": 821242212,
            "stop": 821242218
        }
    ]
}