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=160
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=161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=159",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 160,
    "results": [
        {
            "start": 820209419,
            "stop": 820209554
        },
        {
            "start": 820209558,
            "stop": 820209704
        },
        {
            "start": 820209707,
            "stop": 820209801
        },
        {
            "start": 820209805,
            "stop": 820209855
        },
        {
            "start": 820209860,
            "stop": 820209862
        },
        {
            "start": 820209867,
            "stop": 820209868
        },
        {
            "start": 820209873,
            "stop": 820209876
        },
        {
            "start": 820209879,
            "stop": 820209898
        },
        {
            "start": 820209902,
            "stop": 820209903
        },
        {
            "start": 820209908,
            "stop": 820209911
        },
        {
            "start": 820209914,
            "stop": 820209918
        },
        {
            "start": 820209922,
            "stop": 820209971
        },
        {
            "start": 820209974,
            "stop": 820210011
        },
        {
            "start": 820210015,
            "stop": 820210041
        },
        {
            "start": 820210045,
            "stop": 820210048
        },
        {
            "start": 820210051,
            "stop": 820210101
        },
        {
            "start": 820210104,
            "stop": 820210139
        },
        {
            "start": 820210142,
            "stop": 820210145
        },
        {
            "start": 820210148,
            "stop": 820210151
        },
        {
            "start": 820210154,
            "stop": 820210158
        }
    ]
}