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=74
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=75",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=73",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 74,
    "results": [
        {
            "start": 931429836,
            "stop": 931429840
        },
        {
            "start": 931429850,
            "stop": 931430163
        },
        {
            "start": 931430169,
            "stop": 931430577
        },
        {
            "start": 931430582,
            "stop": 931431178
        },
        {
            "start": 931431184,
            "stop": 931431195
        },
        {
            "start": 931431204,
            "stop": 931431346
        },
        {
            "start": 931431351,
            "stop": 931431410
        },
        {
            "start": 931431416,
            "stop": 931431422
        },
        {
            "start": 931431434,
            "stop": 931431487
        },
        {
            "start": 931431492,
            "stop": 931431516
        },
        {
            "start": 931431521,
            "stop": 931431543
        },
        {
            "start": 931431551,
            "stop": 931431554
        },
        {
            "start": 931431561,
            "stop": 931431589
        },
        {
            "start": 931431595,
            "stop": 931431654
        },
        {
            "start": 931431661,
            "stop": 931431668
        },
        {
            "start": 931431674,
            "stop": 931432325
        },
        {
            "start": 931432334,
            "stop": 931432349
        },
        {
            "start": 931432354,
            "stop": 931432926
        },
        {
            "start": 931434808,
            "stop": 931434840
        },
        {
            "start": 931434847,
            "stop": 931435521
        }
    ]
}