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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=6",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 7,
    "results": [
        {
            "start": 1258283220,
            "stop": 1258298411
        },
        {
            "start": 1258298938,
            "stop": 1258305760
        },
        {
            "start": 1258305761,
            "stop": 1258305861
        },
        {
            "start": 1258305862,
            "stop": 1258306834
        },
        {
            "start": 1258306835,
            "stop": 1258311548
        },
        {
            "start": 1258311926,
            "stop": 1258318837
        },
        {
            "start": 1258324856,
            "stop": 1258330032
        },
        {
            "start": 1258330033,
            "stop": 1258333587
        },
        {
            "start": 1258338367,
            "stop": 1258387754
        },
        {
            "start": 1258387755,
            "stop": 1258407268
        },
        {
            "start": 1258407269,
            "stop": 1258409788
        },
        {
            "start": 1258409860,
            "stop": 1258412913
        },
        {
            "start": 1258412917,
            "stop": 1258418554
        },
        {
            "start": 1258421604,
            "stop": 1258439383
        },
        {
            "start": 1258446227,
            "stop": 1258453276
        },
        {
            "start": 1258456705,
            "stop": 1258469618
        },
        {
            "start": 1258469619,
            "stop": 1258475783
        },
        {
            "start": 1258475786,
            "stop": 1258480168
        },
        {
            "start": 1258487006,
            "stop": 1258494001
        },
        {
            "start": 1258494002,
            "stop": 1258526318
        }
    ]
}