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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=382",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=380",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 381,
    "results": [
        {
            "start": 866160690,
            "stop": 866160695
        },
        {
            "start": 866161105,
            "stop": 866161241
        },
        {
            "start": 866161351,
            "stop": 866161450
        },
        {
            "start": 866161750,
            "stop": 866162677
        },
        {
            "start": 866162694,
            "stop": 866162809
        },
        {
            "start": 866162919,
            "stop": 866163007
        },
        {
            "start": 866163307,
            "stop": 866164159
        },
        {
            "start": 866164269,
            "stop": 866164479
        },
        {
            "start": 866164779,
            "stop": 866164795
        },
        {
            "start": 866165263,
            "stop": 866165348
        },
        {
            "start": 866165366,
            "stop": 866165389
        },
        {
            "start": 866165408,
            "stop": 866165412
        },
        {
            "start": 866165431,
            "stop": 866165439
        },
        {
            "start": 866165458,
            "stop": 866165502
        },
        {
            "start": 866165530,
            "stop": 866165573
        },
        {
            "start": 866165596,
            "stop": 866165823
        },
        {
            "start": 866165933,
            "stop": 866166017
        },
        {
            "start": 866166318,
            "stop": 866166329
        },
        {
            "start": 866166346,
            "stop": 866166382
        },
        {
            "start": 866166844,
            "stop": 866166866
        }
    ]
}