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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=199",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=197",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 198,
    "results": [
        {
            "start": 933850968,
            "stop": 933850978
        },
        {
            "start": 933850980,
            "stop": 933850982
        },
        {
            "start": 933850984,
            "stop": 933850990
        },
        {
            "start": 933850992,
            "stop": 933851016
        },
        {
            "start": 933851018,
            "stop": 933851032
        },
        {
            "start": 933851037,
            "stop": 933851228
        },
        {
            "start": 933860664,
            "stop": 933861754
        },
        {
            "start": 933861757,
            "stop": 933861764
        },
        {
            "start": 933861766,
            "stop": 933861787
        },
        {
            "start": 933861789,
            "stop": 933861809
        },
        {
            "start": 933861811,
            "stop": 933861814
        },
        {
            "start": 933861817,
            "stop": 933861823
        },
        {
            "start": 933861825,
            "stop": 933861831
        },
        {
            "start": 933861835,
            "stop": 933865332
        },
        {
            "start": 933865334,
            "stop": 933865354
        },
        {
            "start": 933865357,
            "stop": 933865363
        },
        {
            "start": 933865366,
            "stop": 933865376
        },
        {
            "start": 933865378,
            "stop": 933865414
        },
        {
            "start": 933865416,
            "stop": 933865430
        },
        {
            "start": 933865435,
            "stop": 933868181
        }
    ]
}