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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=87",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 88,
    "results": [
        {
            "start": 817781035,
            "stop": 817781082
        },
        {
            "start": 817781181,
            "stop": 817781184
        },
        {
            "start": 817781260,
            "stop": 817781272
        },
        {
            "start": 817781306,
            "stop": 817781341
        },
        {
            "start": 817781380,
            "stop": 817781384
        },
        {
            "start": 817781413,
            "stop": 817781438
        },
        {
            "start": 817781484,
            "stop": 817781581
        },
        {
            "start": 817781587,
            "stop": 817781589
        },
        {
            "start": 817781633,
            "stop": 817781667
        },
        {
            "start": 817781697,
            "stop": 817781713
        },
        {
            "start": 817781752,
            "stop": 817781893
        },
        {
            "start": 817784015,
            "stop": 817784060
        },
        {
            "start": 817784128,
            "stop": 817784316
        },
        {
            "start": 817784345,
            "stop": 817784424
        },
        {
            "start": 817784475,
            "stop": 817784878
        },
        {
            "start": 817784916,
            "stop": 817796975
        },
        {
            "start": 817797004,
            "stop": 817799376
        },
        {
            "start": 817799405,
            "stop": 817799578
        },
        {
            "start": 817799590,
            "stop": 817801565
        },
        {
            "start": 817801594,
            "stop": 817801608
        }
    ]
}