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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=70",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 71,
    "results": [
        {
            "start": 946372246,
            "stop": 946374322
        },
        {
            "start": 946378754,
            "stop": 946387105
        },
        {
            "start": 946390809,
            "stop": 946408316
        },
        {
            "start": 946411807,
            "stop": 946412971
        },
        {
            "start": 946413068,
            "stop": 946472732
        },
        {
            "start": 946474591,
            "stop": 946551075
        },
        {
            "start": 946552157,
            "stop": 946558040
        },
        {
            "start": 946558901,
            "stop": 946589538
        },
        {
            "start": 946591862,
            "stop": 946592335
        },
        {
            "start": 946612449,
            "stop": 946629714
        },
        {
            "start": 946630245,
            "stop": 946643368
        },
        {
            "start": 946647752,
            "stop": 946684711
        },
        {
            "start": 946688148,
            "stop": 946690186
        },
        {
            "start": 946692716,
            "stop": 946701731
        },
        {
            "start": 946701799,
            "stop": 946704270
        },
        {
            "start": 946715946,
            "stop": 946716633
        },
        {
            "start": 946717520,
            "stop": 946730204
        },
        {
            "start": 946754304,
            "stop": 946754396
        },
        {
            "start": 946754469,
            "stop": 946759112
        },
        {
            "start": 946761660,
            "stop": 946778006
        }
    ]
}