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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=313",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=311",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 312,
    "results": [
        {
            "start": 821137722,
            "stop": 821137800
        },
        {
            "start": 821137860,
            "stop": 821137920
        },
        {
            "start": 821138100,
            "stop": 821138113
        },
        {
            "start": 821138745,
            "stop": 821138820
        },
        {
            "start": 821138880,
            "stop": 821138940
        },
        {
            "start": 821139000,
            "stop": 821139060
        },
        {
            "start": 821139345,
            "stop": 821139360
        },
        {
            "start": 821139480,
            "stop": 821139827
        },
        {
            "start": 821139960,
            "stop": 821140620
        },
        {
            "start": 821140680,
            "stop": 821140800
        },
        {
            "start": 821140860,
            "stop": 821140980
        },
        {
            "start": 821141040,
            "stop": 821141103
        },
        {
            "start": 821141223,
            "stop": 821141250
        },
        {
            "start": 821141370,
            "stop": 821141405
        },
        {
            "start": 821141525,
            "stop": 821141940
        },
        {
            "start": 821142060,
            "stop": 821142300
        },
        {
            "start": 821142360,
            "stop": 821142480
        },
        {
            "start": 821142540,
            "stop": 821143740
        },
        {
            "start": 821143800,
            "stop": 821144460
        },
        {
            "start": 821144520,
            "stop": 821144625
        }
    ]
}