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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=103",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 104,
    "results": [
        {
            "start": 818224626,
            "stop": 818226065
        },
        {
            "start": 818226185,
            "stop": 818227407
        },
        {
            "start": 818227489,
            "stop": 818227901
        },
        {
            "start": 818228021,
            "stop": 818235830
        },
        {
            "start": 818235950,
            "stop": 818238806
        },
        {
            "start": 818244105,
            "stop": 818253102
        },
        {
            "start": 818253106,
            "stop": 818260210
        },
        {
            "start": 818260214,
            "stop": 818260703
        },
        {
            "start": 818260823,
            "stop": 818260839
        },
        {
            "start": 818260959,
            "stop": 818261402
        },
        {
            "start": 818263897,
            "stop": 818267433
        },
        {
            "start": 818270274,
            "stop": 818271373
        },
        {
            "start": 818271390,
            "stop": 818273645
        },
        {
            "start": 818273765,
            "stop": 818275433
        },
        {
            "start": 818275626,
            "stop": 818276403
        },
        {
            "start": 818276523,
            "stop": 818283745
        },
        {
            "start": 818283928,
            "stop": 818284385
        },
        {
            "start": 818284389,
            "stop": 818285032
        },
        {
            "start": 818285152,
            "stop": 818286806
        },
        {
            "start": 818290241,
            "stop": 818291348
        }
    ]
}