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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8185",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8183",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8184,
    "results": [
        {
            "start": 971028418,
            "stop": 971028463
        },
        {
            "start": 971028466,
            "stop": 971028519
        },
        {
            "start": 971028522,
            "stop": 971028607
        },
        {
            "start": 971028610,
            "stop": 971028763
        },
        {
            "start": 971028766,
            "stop": 971028770
        },
        {
            "start": 971028773,
            "stop": 971028846
        },
        {
            "start": 971028849,
            "stop": 971028877
        },
        {
            "start": 971028880,
            "stop": 971028922
        },
        {
            "start": 971028935,
            "stop": 971028941
        },
        {
            "start": 971028944,
            "stop": 971029099
        },
        {
            "start": 971029103,
            "stop": 971029240
        },
        {
            "start": 971029243,
            "stop": 971029257
        },
        {
            "start": 971029270,
            "stop": 971029274
        },
        {
            "start": 971029277,
            "stop": 971029292
        },
        {
            "start": 971029295,
            "stop": 971029301
        },
        {
            "start": 971029311,
            "stop": 971029318
        },
        {
            "start": 971029348,
            "stop": 971029352
        },
        {
            "start": 971029359,
            "stop": 971029362
        },
        {
            "start": 971029380,
            "stop": 971029388
        },
        {
            "start": 971029394,
            "stop": 971029396
        }
    ]
}