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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=163",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 164,
    "results": [
        {
            "start": 820360950,
            "stop": 820364005
        },
        {
            "start": 820364013,
            "stop": 820364229
        },
        {
            "start": 820364236,
            "stop": 820364653
        },
        {
            "start": 820365762,
            "stop": 820366284
        },
        {
            "start": 820366291,
            "stop": 820366430
        },
        {
            "start": 820366570,
            "stop": 820366884
        },
        {
            "start": 820366891,
            "stop": 820368950
        },
        {
            "start": 820369030,
            "stop": 820369117
        },
        {
            "start": 820369124,
            "stop": 820369185
        },
        {
            "start": 820369192,
            "stop": 820369431
        },
        {
            "start": 820369439,
            "stop": 820369610
        },
        {
            "start": 820369690,
            "stop": 820370229
        },
        {
            "start": 820370236,
            "stop": 820370292
        },
        {
            "start": 820370299,
            "stop": 820370750
        },
        {
            "start": 820370890,
            "stop": 820370993
        },
        {
            "start": 820373426,
            "stop": 820373520
        },
        {
            "start": 820373527,
            "stop": 820373782
        },
        {
            "start": 820373789,
            "stop": 820373871
        },
        {
            "start": 820373878,
            "stop": 820375120
        },
        {
            "start": 820375147,
            "stop": 820375420
        }
    ]
}