Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3670
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3671",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3669",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3670,
    "results": [
        {
            "start": 872923593,
            "stop": 872924210
        },
        {
            "start": 872924227,
            "stop": 872924299
        },
        {
            "start": 872924316,
            "stop": 872924843
        },
        {
            "start": 872924860,
            "stop": 872924933
        },
        {
            "start": 872924950,
            "stop": 872925387
        },
        {
            "start": 872925404,
            "stop": 872925660
        },
        {
            "start": 872925677,
            "stop": 872926919
        },
        {
            "start": 872926936,
            "stop": 872929751
        },
        {
            "start": 872929768,
            "stop": 872930381
        },
        {
            "start": 872930399,
            "stop": 872930977
        },
        {
            "start": 872930994,
            "stop": 872930999
        },
        {
            "start": 872931016,
            "stop": 872932617
        },
        {
            "start": 872932635,
            "stop": 872934685
        },
        {
            "start": 872934702,
            "stop": 872936437
        },
        {
            "start": 872936454,
            "stop": 872937346
        },
        {
            "start": 872937363,
            "stop": 872938740
        },
        {
            "start": 872938800,
            "stop": 872938860
        },
        {
            "start": 872938920,
            "stop": 872939160
        },
        {
            "start": 872939220,
            "stop": 872939551
        },
        {
            "start": 872939557,
            "stop": 872942457
        }
    ]
}