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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4177",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4178,
    "results": [
        {
            "start": 874379017,
            "stop": 874379018
        },
        {
            "start": 874379039,
            "stop": 874379142
        },
        {
            "start": 874379161,
            "stop": 874379183
        },
        {
            "start": 874379211,
            "stop": 874379236
        },
        {
            "start": 874379255,
            "stop": 874379308
        },
        {
            "start": 874379327,
            "stop": 874379356
        },
        {
            "start": 874379376,
            "stop": 874379381
        },
        {
            "start": 874379400,
            "stop": 874379411
        },
        {
            "start": 874379430,
            "stop": 874379467
        },
        {
            "start": 874379487,
            "stop": 874379545
        },
        {
            "start": 874379564,
            "stop": 874379586
        },
        {
            "start": 874379625,
            "stop": 874379642
        },
        {
            "start": 874379662,
            "stop": 874379696
        },
        {
            "start": 874379716,
            "stop": 874379718
        },
        {
            "start": 874379737,
            "stop": 874379783
        },
        {
            "start": 874379803,
            "stop": 874379847
        },
        {
            "start": 874379867,
            "stop": 874379989
        },
        {
            "start": 874380008,
            "stop": 874380054
        },
        {
            "start": 874380105,
            "stop": 874380133
        },
        {
            "start": 874380152,
            "stop": 874380180
        }
    ]
}