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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=2",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 3,
    "results": [
        {
            "start": 1257036435,
            "stop": 1257037273
        },
        {
            "start": 1257037275,
            "stop": 1257037288
        },
        {
            "start": 1257037294,
            "stop": 1257037297
        },
        {
            "start": 1257037298,
            "stop": 1257071417
        },
        {
            "start": 1257086693,
            "stop": 1257094239
        },
        {
            "start": 1257094240,
            "stop": 1257094246
        },
        {
            "start": 1257094249,
            "stop": 1257094255
        },
        {
            "start": 1257094256,
            "stop": 1257109230
        },
        {
            "start": 1257126433,
            "stop": 1257126610
        },
        {
            "start": 1257126704,
            "stop": 1257169291
        },
        {
            "start": 1257169443,
            "stop": 1257177944
        },
        {
            "start": 1257177946,
            "stop": 1257180792
        },
        {
            "start": 1257192110,
            "stop": 1257194059
        },
        {
            "start": 1257194066,
            "stop": 1257195915
        },
        {
            "start": 1257223095,
            "stop": 1257223103
        },
        {
            "start": 1257223476,
            "stop": 1257228380
        },
        {
            "start": 1257228381,
            "stop": 1257233958
        },
        {
            "start": 1257241534,
            "stop": 1257242362
        },
        {
            "start": 1257257516,
            "stop": 1257257833
        },
        {
            "start": 1257257880,
            "stop": 1257288048
        }
    ]
}