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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9121",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9122,
    "results": [
        {
            "start": 875012512,
            "stop": 875012516
        },
        {
            "start": 875012535,
            "stop": 875012558
        },
        {
            "start": 875012710,
            "stop": 875012718
        },
        {
            "start": 875012737,
            "stop": 875012760
        },
        {
            "start": 875012779,
            "stop": 875012782
        },
        {
            "start": 875012814,
            "stop": 875012822
        },
        {
            "start": 875012855,
            "stop": 875013089
        },
        {
            "start": 875013108,
            "stop": 875013167
        },
        {
            "start": 875013186,
            "stop": 875013529
        },
        {
            "start": 875013546,
            "stop": 875014460
        },
        {
            "start": 875014478,
            "stop": 875015040
        },
        {
            "start": 875021653,
            "stop": 875022786
        },
        {
            "start": 875022808,
            "stop": 875022840
        },
        {
            "start": 875036247,
            "stop": 875036439
        },
        {
            "start": 875036458,
            "stop": 875038442
        },
        {
            "start": 875038459,
            "stop": 875040303
        },
        {
            "start": 875040320,
            "stop": 875041479
        },
        {
            "start": 875041496,
            "stop": 875042070
        },
        {
            "start": 875043985,
            "stop": 875044505
        },
        {
            "start": 875044524,
            "stop": 875045422
        }
    ]
}