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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=40",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 41,
    "results": [
        {
            "start": 817422777,
            "stop": 817423068
        },
        {
            "start": 817423076,
            "stop": 817423923
        },
        {
            "start": 817423938,
            "stop": 817423976
        },
        {
            "start": 817423984,
            "stop": 817424060
        },
        {
            "start": 817424068,
            "stop": 817424100
        },
        {
            "start": 817424110,
            "stop": 817425216
        },
        {
            "start": 817425224,
            "stop": 817425717
        },
        {
            "start": 817425725,
            "stop": 817425778
        },
        {
            "start": 817425786,
            "stop": 817425813
        },
        {
            "start": 817425821,
            "stop": 817425835
        },
        {
            "start": 817425848,
            "stop": 817426238
        },
        {
            "start": 817426246,
            "stop": 817426299
        },
        {
            "start": 817426307,
            "stop": 817426417
        },
        {
            "start": 817430054,
            "stop": 817431726
        },
        {
            "start": 817431734,
            "stop": 817434290
        },
        {
            "start": 817434545,
            "stop": 817437292
        },
        {
            "start": 817437304,
            "stop": 817441816
        },
        {
            "start": 817441824,
            "stop": 817443183
        },
        {
            "start": 817443193,
            "stop": 817443628
        },
        {
            "start": 817443638,
            "stop": 817443674
        }
    ]
}