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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=155",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 156,
    "results": [
        {
            "start": 838338210,
            "stop": 838373580
        },
        {
            "start": 838376314,
            "stop": 838399226
        },
        {
            "start": 838401468,
            "stop": 838406074
        },
        {
            "start": 838409058,
            "stop": 838410379
        },
        {
            "start": 838411743,
            "stop": 838412223
        },
        {
            "start": 838412225,
            "stop": 838415147
        },
        {
            "start": 838420230,
            "stop": 838469486
        },
        {
            "start": 838470829,
            "stop": 838479617
        },
        {
            "start": 838495209,
            "stop": 838569145
        },
        {
            "start": 838571515,
            "stop": 838577985
        },
        {
            "start": 838579023,
            "stop": 838584417
        },
        {
            "start": 838585043,
            "stop": 838607402
        },
        {
            "start": 838607702,
            "stop": 838609813
        },
        {
            "start": 838612365,
            "stop": 838621778
        },
        {
            "start": 838621779,
            "stop": 838629323
        },
        {
            "start": 838632599,
            "stop": 838635479
        },
        {
            "start": 838637064,
            "stop": 838654727
        },
        {
            "start": 838654920,
            "stop": 838658782
        },
        {
            "start": 838659536,
            "stop": 838662211
        },
        {
            "start": 838662345,
            "stop": 838663067
        }
    ]
}