Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=187
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=188",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=186",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 187,
    "results": [
        {
            "start": 931455898,
            "stop": 931455901
        },
        {
            "start": 931455902,
            "stop": 931455905
        },
        {
            "start": 931455910,
            "stop": 931455911
        },
        {
            "start": 931455913,
            "stop": 931455917
        },
        {
            "start": 931455920,
            "stop": 931455922
        },
        {
            "start": 931455925,
            "stop": 931455927
        },
        {
            "start": 931455930,
            "stop": 931455931
        },
        {
            "start": 931455933,
            "stop": 931455946
        },
        {
            "start": 931455948,
            "stop": 931455966
        },
        {
            "start": 931455968,
            "stop": 931455981
        },
        {
            "start": 931455982,
            "stop": 931456003
        },
        {
            "start": 931456005,
            "stop": 931456042
        },
        {
            "start": 931456045,
            "stop": 931456072
        },
        {
            "start": 931456074,
            "stop": 931456118
        },
        {
            "start": 931456120,
            "stop": 931456153
        },
        {
            "start": 931456154,
            "stop": 931456168
        },
        {
            "start": 931456170,
            "stop": 931456197
        },
        {
            "start": 931456198,
            "stop": 931456230
        },
        {
            "start": 931456239,
            "stop": 931456247
        },
        {
            "start": 931456254,
            "stop": 931456259
        }
    ]
}