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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8579",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8577",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8578,
    "results": [
        {
            "start": 870344340,
            "stop": 870344520
        },
        {
            "start": 870344640,
            "stop": 870344760
        },
        {
            "start": 870344820,
            "stop": 870344940
        },
        {
            "start": 870345000,
            "stop": 870346450
        },
        {
            "start": 870346467,
            "stop": 870347401
        },
        {
            "start": 870347418,
            "stop": 870347760
        },
        {
            "start": 870347820,
            "stop": 870348217
        },
        {
            "start": 870348234,
            "stop": 870349620
        },
        {
            "start": 870349740,
            "stop": 870350167
        },
        {
            "start": 870350184,
            "stop": 870350508
        },
        {
            "start": 870350509,
            "stop": 870352239
        },
        {
            "start": 870352256,
            "stop": 870353570
        },
        {
            "start": 870353587,
            "stop": 870354137
        },
        {
            "start": 870354257,
            "stop": 870355291
        },
        {
            "start": 870355308,
            "stop": 870356567
        },
        {
            "start": 870356584,
            "stop": 870358781
        },
        {
            "start": 870358901,
            "stop": 870359942
        },
        {
            "start": 870360062,
            "stop": 870361079
        },
        {
            "start": 870361320,
            "stop": 870361812
        },
        {
            "start": 870361829,
            "stop": 870361921
        }
    ]
}