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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=22",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 23,
    "results": [
        {
            "start": 934516181,
            "stop": 934521545
        },
        {
            "start": 934524311,
            "stop": 934542783
        },
        {
            "start": 934586382,
            "stop": 934586384
        },
        {
            "start": 934586648,
            "stop": 934594599
        },
        {
            "start": 934599043,
            "stop": 934603805
        },
        {
            "start": 934604276,
            "stop": 934617699
        },
        {
            "start": 934620706,
            "stop": 934629551
        },
        {
            "start": 934664399,
            "stop": 934666931
        },
        {
            "start": 934667533,
            "stop": 934684584
        },
        {
            "start": 934684962,
            "stop": 934698179
        },
        {
            "start": 934700029,
            "stop": 934705662
        },
        {
            "start": 934708092,
            "stop": 934713749
        },
        {
            "start": 934715360,
            "stop": 934715526
        },
        {
            "start": 934716304,
            "stop": 934716460
        },
        {
            "start": 934768230,
            "stop": 934772839
        },
        {
            "start": 934773714,
            "stop": 934786589
        },
        {
            "start": 934792720,
            "stop": 934797237
        },
        {
            "start": 934801640,
            "stop": 934802178
        },
        {
            "start": 934802778,
            "stop": 934803642
        },
        {
            "start": 934805890,
            "stop": 934806643
        }
    ]
}