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=303
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=304",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=302",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 303,
    "results": [
        {
            "start": 822800365,
            "stop": 822800465
        },
        {
            "start": 822800472,
            "stop": 822800636
        },
        {
            "start": 822800643,
            "stop": 822800685
        },
        {
            "start": 822800692,
            "stop": 822800696
        },
        {
            "start": 822800704,
            "stop": 822800707
        },
        {
            "start": 822800804,
            "stop": 822800840
        },
        {
            "start": 822800948,
            "stop": 822801071
        },
        {
            "start": 822801078,
            "stop": 822801110
        },
        {
            "start": 822801250,
            "stop": 822801332
        },
        {
            "start": 822801339,
            "stop": 822801913
        },
        {
            "start": 822801993,
            "stop": 822803021
        },
        {
            "start": 822803029,
            "stop": 822803548
        },
        {
            "start": 822803555,
            "stop": 822803809
        },
        {
            "start": 822803816,
            "stop": 822804444
        },
        {
            "start": 822804500,
            "stop": 822804770
        },
        {
            "start": 822804850,
            "stop": 822804946
        },
        {
            "start": 822805177,
            "stop": 822805192
        },
        {
            "start": 822805200,
            "stop": 822805472
        },
        {
            "start": 822805479,
            "stop": 822805623
        },
        {
            "start": 822805634,
            "stop": 822805716
        }
    ]
}