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=282
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=283",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=281",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 282,
    "results": [
        {
            "start": 935402626,
            "stop": 935402632
        },
        {
            "start": 935402634,
            "stop": 935402640
        },
        {
            "start": 935402644,
            "stop": 935403305
        },
        {
            "start": 935403311,
            "stop": 935406184
        },
        {
            "start": 935406186,
            "stop": 935406188
        },
        {
            "start": 935406190,
            "stop": 935406208
        },
        {
            "start": 935406210,
            "stop": 935406247
        },
        {
            "start": 935406250,
            "stop": 935406271
        },
        {
            "start": 935406276,
            "stop": 935409771
        },
        {
            "start": 935409773,
            "stop": 935409796
        },
        {
            "start": 935409799,
            "stop": 935409825
        },
        {
            "start": 935409827,
            "stop": 935409830
        },
        {
            "start": 935409833,
            "stop": 935409839
        },
        {
            "start": 935409841,
            "stop": 935409847
        },
        {
            "start": 935409852,
            "stop": 935413362
        },
        {
            "start": 935413364,
            "stop": 935413371
        },
        {
            "start": 935413373,
            "stop": 935413387
        },
        {
            "start": 935413390,
            "stop": 935413417
        },
        {
            "start": 935413419,
            "stop": 935413424
        },
        {
            "start": 935413426,
            "stop": 935413432
        }
    ]
}