Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=377
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=378",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=376",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 377,
    "results": [
        {
            "start": 959841746,
            "stop": 959847699
        },
        {
            "start": 959850405,
            "stop": 959862328
        },
        {
            "start": 959863702,
            "stop": 959872538
        },
        {
            "start": 959872614,
            "stop": 959876227
        },
        {
            "start": 959879601,
            "stop": 959880839
        },
        {
            "start": 959882662,
            "stop": 959882818
        },
        {
            "start": 959885662,
            "stop": 959888999
        },
        {
            "start": 959891069,
            "stop": 959895596
        },
        {
            "start": 959895603,
            "stop": 959899009
        },
        {
            "start": 959900565,
            "stop": 959901315
        },
        {
            "start": 959903363,
            "stop": 959926308
        },
        {
            "start": 959928130,
            "stop": 959939209
        },
        {
            "start": 959941156,
            "stop": 959958244
        },
        {
            "start": 959959780,
            "stop": 959964962
        },
        {
            "start": 959966586,
            "stop": 959969479
        },
        {
            "start": 959971304,
            "stop": 959972565
        },
        {
            "start": 959972694,
            "stop": 959973367
        },
        {
            "start": 959975036,
            "stop": 959977844
        },
        {
            "start": 959977849,
            "stop": 959978333
        },
        {
            "start": 959978367,
            "stop": 959978396
        }
    ]
}