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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5010",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5008",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5009,
    "results": [
        {
            "start": 874546876,
            "stop": 874546890
        },
        {
            "start": 874546897,
            "stop": 874546916
        },
        {
            "start": 874546923,
            "stop": 874546958
        },
        {
            "start": 874546965,
            "stop": 874547025
        },
        {
            "start": 874547032,
            "stop": 874547039
        },
        {
            "start": 874547047,
            "stop": 874547062
        },
        {
            "start": 874547069,
            "stop": 874547086
        },
        {
            "start": 874547093,
            "stop": 874547107
        },
        {
            "start": 874547116,
            "stop": 874547155
        },
        {
            "start": 874547162,
            "stop": 874547278
        },
        {
            "start": 874547286,
            "stop": 874547372
        },
        {
            "start": 874547380,
            "stop": 874547440
        },
        {
            "start": 874547447,
            "stop": 874547533
        },
        {
            "start": 874547540,
            "stop": 874547545
        },
        {
            "start": 874547553,
            "stop": 874547585
        },
        {
            "start": 874547592,
            "stop": 874547612
        },
        {
            "start": 874547619,
            "stop": 874547677
        },
        {
            "start": 874547684,
            "stop": 874547830
        },
        {
            "start": 874547837,
            "stop": 874547843
        },
        {
            "start": 874547851,
            "stop": 874547854
        }
    ]
}