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=8211
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=8212",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8210",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8211,
    "results": [
        {
            "start": 971505516,
            "stop": 971505605
        },
        {
            "start": 971505608,
            "stop": 971505618
        },
        {
            "start": 971505621,
            "stop": 971505624
        },
        {
            "start": 971505627,
            "stop": 971505712
        },
        {
            "start": 971505715,
            "stop": 971505728
        },
        {
            "start": 971505731,
            "stop": 971505784
        },
        {
            "start": 971505787,
            "stop": 971505880
        },
        {
            "start": 971505883,
            "stop": 971505990
        },
        {
            "start": 971505993,
            "stop": 971506035
        },
        {
            "start": 971506038,
            "stop": 971506053
        },
        {
            "start": 971506056,
            "stop": 971506130
        },
        {
            "start": 971506133,
            "stop": 971506225
        },
        {
            "start": 971506229,
            "stop": 971506259
        },
        {
            "start": 971506262,
            "stop": 971506263
        },
        {
            "start": 971506266,
            "stop": 971506278
        },
        {
            "start": 971506281,
            "stop": 971506305
        },
        {
            "start": 971506308,
            "stop": 971506355
        },
        {
            "start": 971506359,
            "stop": 971506363
        },
        {
            "start": 971506366,
            "stop": 971506406
        },
        {
            "start": 971506409,
            "stop": 971506427
        }
    ]
}