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=14870
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=14871",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14869",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14870,
    "results": [
        {
            "start": 971410635,
            "stop": 971410640
        },
        {
            "start": 971410642,
            "stop": 971410648
        },
        {
            "start": 971410649,
            "stop": 971410652
        },
        {
            "start": 971410654,
            "stop": 971410663
        },
        {
            "start": 971410666,
            "stop": 971410667
        },
        {
            "start": 971410669,
            "stop": 971410670
        },
        {
            "start": 971410673,
            "stop": 971410681
        },
        {
            "start": 971410684,
            "stop": 971410685
        },
        {
            "start": 971410686,
            "stop": 971410690
        },
        {
            "start": 971410693,
            "stop": 971410695
        },
        {
            "start": 971410697,
            "stop": 971410698
        },
        {
            "start": 971410700,
            "stop": 971410701
        },
        {
            "start": 971410704,
            "stop": 971410705
        },
        {
            "start": 971410709,
            "stop": 971410711
        },
        {
            "start": 971410713,
            "stop": 971410720
        },
        {
            "start": 971410721,
            "stop": 971410724
        },
        {
            "start": 971410727,
            "stop": 971410730
        },
        {
            "start": 971410731,
            "stop": 971410732
        },
        {
            "start": 971410735,
            "stop": 971410737
        },
        {
            "start": 971410741,
            "stop": 971410747
        }
    ]
}