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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14933",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14931",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14932,
    "results": [
        {
            "start": 971565386,
            "stop": 971565420
        },
        {
            "start": 971565421,
            "stop": 971565477
        },
        {
            "start": 971565478,
            "stop": 971565559
        },
        {
            "start": 971565561,
            "stop": 971565630
        },
        {
            "start": 971565631,
            "stop": 971565657
        },
        {
            "start": 971565659,
            "stop": 971565666
        },
        {
            "start": 971565667,
            "stop": 971565678
        },
        {
            "start": 971565680,
            "stop": 971565699
        },
        {
            "start": 971565701,
            "stop": 971565707
        },
        {
            "start": 971565709,
            "stop": 971565722
        },
        {
            "start": 971565724,
            "stop": 971565815
        },
        {
            "start": 971565816,
            "stop": 971566034
        },
        {
            "start": 971566035,
            "stop": 971566066
        },
        {
            "start": 971566069,
            "stop": 971566077
        },
        {
            "start": 971566080,
            "stop": 971566091
        },
        {
            "start": 971566093,
            "stop": 971566122
        },
        {
            "start": 971568315,
            "stop": 971568722
        },
        {
            "start": 971568725,
            "stop": 971569130
        },
        {
            "start": 971569131,
            "stop": 971569223
        },
        {
            "start": 971569226,
            "stop": 971569284
        }
    ]
}