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=348
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=349",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=347",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 348,
    "results": [
        {
            "start": 952833746,
            "stop": 952838765
        },
        {
            "start": 952846119,
            "stop": 952872289
        },
        {
            "start": 952883188,
            "stop": 952888092
        },
        {
            "start": 952889743,
            "stop": 952890501
        },
        {
            "start": 952893912,
            "stop": 952898883
        },
        {
            "start": 952903431,
            "stop": 952909607
        },
        {
            "start": 952909614,
            "stop": 952923478
        },
        {
            "start": 952927178,
            "stop": 952934726
        },
        {
            "start": 952934799,
            "stop": 952952377
        },
        {
            "start": 952959672,
            "stop": 952964034
        },
        {
            "start": 952967822,
            "stop": 952974910
        },
        {
            "start": 952976569,
            "stop": 952980329
        },
        {
            "start": 952982242,
            "stop": 952983695
        },
        {
            "start": 952988414,
            "stop": 953016164
        },
        {
            "start": 953021644,
            "stop": 953041095
        },
        {
            "start": 953041101,
            "stop": 953045468
        },
        {
            "start": 953045474,
            "stop": 953046362
        },
        {
            "start": 953046367,
            "stop": 953050504
        },
        {
            "start": 953059160,
            "stop": 953061365
        },
        {
            "start": 953062634,
            "stop": 953069269
        }
    ]
}