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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=193",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=191",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 192,
    "results": [
        {
            "start": 838157917,
            "stop": 838160220
        },
        {
            "start": 838161653,
            "stop": 838163328
        },
        {
            "start": 838163330,
            "stop": 838174269
        },
        {
            "start": 838175479,
            "stop": 838221403
        },
        {
            "start": 838221405,
            "stop": 838225033
        },
        {
            "start": 838237266,
            "stop": 838238533
        },
        {
            "start": 838240424,
            "stop": 838250975
        },
        {
            "start": 838250976,
            "stop": 838257675
        },
        {
            "start": 838260280,
            "stop": 838292710
        },
        {
            "start": 838295578,
            "stop": 838295713
        },
        {
            "start": 838313281,
            "stop": 838325430
        },
        {
            "start": 838328054,
            "stop": 838334555
        },
        {
            "start": 838338210,
            "stop": 838373580
        },
        {
            "start": 838376314,
            "stop": 838399226
        },
        {
            "start": 838401468,
            "stop": 838406074
        },
        {
            "start": 838409058,
            "stop": 838410373
        },
        {
            "start": 838411743,
            "stop": 838412223
        },
        {
            "start": 838412225,
            "stop": 838415147
        },
        {
            "start": 838420230,
            "stop": 838469486
        },
        {
            "start": 838470829,
            "stop": 838479617
        }
    ]
}