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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=279",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=277",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 278,
    "results": [
        {
            "start": 931670645,
            "stop": 931670658
        },
        {
            "start": 931670660,
            "stop": 931670673
        },
        {
            "start": 931670675,
            "stop": 931670702
        },
        {
            "start": 931670705,
            "stop": 931671197
        },
        {
            "start": 931671200,
            "stop": 931672188
        },
        {
            "start": 931672190,
            "stop": 931672202
        },
        {
            "start": 931672205,
            "stop": 931672217
        },
        {
            "start": 931672220,
            "stop": 931672337
        },
        {
            "start": 931672341,
            "stop": 931672815
        },
        {
            "start": 931673608,
            "stop": 931674558
        },
        {
            "start": 931674560,
            "stop": 931674726
        },
        {
            "start": 931685699,
            "stop": 931685890
        },
        {
            "start": 931686010,
            "stop": 931686135
        },
        {
            "start": 931699570,
            "stop": 931699576
        },
        {
            "start": 931704410,
            "stop": 931704418
        },
        {
            "start": 931704420,
            "stop": 931704438
        },
        {
            "start": 931704440,
            "stop": 931704447
        },
        {
            "start": 931704450,
            "stop": 931704468
        },
        {
            "start": 931704469,
            "stop": 931704476
        },
        {
            "start": 931704477,
            "stop": 931704478
        }
    ]
}