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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5816",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5814",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5815,
    "results": [
        {
            "start": 874704672,
            "stop": 874704674
        },
        {
            "start": 874704677,
            "stop": 874704678
        },
        {
            "start": 874704681,
            "stop": 874704756
        },
        {
            "start": 874704760,
            "stop": 874704770
        },
        {
            "start": 874704773,
            "stop": 874704789
        },
        {
            "start": 874704792,
            "stop": 874704879
        },
        {
            "start": 874704883,
            "stop": 874704933
        },
        {
            "start": 874704936,
            "stop": 874704959
        },
        {
            "start": 874704962,
            "stop": 874705003
        },
        {
            "start": 874705008,
            "stop": 874705009
        },
        {
            "start": 874705012,
            "stop": 874705030
        },
        {
            "start": 874705039,
            "stop": 874705044
        },
        {
            "start": 874705047,
            "stop": 874705075
        },
        {
            "start": 874705078,
            "stop": 874705167
        },
        {
            "start": 874705171,
            "stop": 874705224
        },
        {
            "start": 874705230,
            "stop": 874705235
        },
        {
            "start": 874705238,
            "stop": 874705241
        },
        {
            "start": 874705244,
            "stop": 874705266
        },
        {
            "start": 874705270,
            "stop": 874705278
        },
        {
            "start": 874705284,
            "stop": 874705304
        }
    ]
}