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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT1/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT1/segments?format=api",
    "results_count": 352,
    "results_per_page": 20,
    "num_pages": 18,
    "page_number": 2,
    "results": [
        {
            "start": 1256971138,
            "stop": 1256973055
        },
        {
            "start": 1256975290,
            "stop": 1256977603
        },
        {
            "start": 1256983637,
            "stop": 1257001290
        },
        {
            "start": 1257022015,
            "stop": 1257022063
        },
        {
            "start": 1257023096,
            "stop": 1257024772
        },
        {
            "start": 1257026995,
            "stop": 1257071417
        },
        {
            "start": 1257086693,
            "stop": 1257109230
        },
        {
            "start": 1257126433,
            "stop": 1257126610
        },
        {
            "start": 1257126704,
            "stop": 1257169291
        },
        {
            "start": 1257169443,
            "stop": 1257180792
        },
        {
            "start": 1257192110,
            "stop": 1257195915
        },
        {
            "start": 1257223095,
            "stop": 1257223103
        },
        {
            "start": 1257223476,
            "stop": 1257233958
        },
        {
            "start": 1257241534,
            "stop": 1257242362
        },
        {
            "start": 1257257516,
            "stop": 1257257833
        },
        {
            "start": 1257257880,
            "stop": 1257326803
        },
        {
            "start": 1257360643,
            "stop": 1257387255
        },
        {
            "start": 1257395960,
            "stop": 1257412445
        },
        {
            "start": 1257415979,
            "stop": 1257499836
        },
        {
            "start": 1257531026,
            "stop": 1257531580
        }
    ]
}