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=309
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=310",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=308",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 309,
    "results": [
        {
            "start": 822494164,
            "stop": 822494204
        },
        {
            "start": 822494207,
            "stop": 822494321
        },
        {
            "start": 822494405,
            "stop": 822494428
        },
        {
            "start": 822494431,
            "stop": 822494432
        },
        {
            "start": 822494453,
            "stop": 822494561
        },
        {
            "start": 822494861,
            "stop": 822494868
        },
        {
            "start": 822494872,
            "stop": 822494931
        },
        {
            "start": 822494935,
            "stop": 822494982
        },
        {
            "start": 822494985,
            "stop": 822495013
        },
        {
            "start": 822495017,
            "stop": 822495034
        },
        {
            "start": 822495038,
            "stop": 822495153
        },
        {
            "start": 822495157,
            "stop": 822495270
        },
        {
            "start": 822495273,
            "stop": 822495457
        },
        {
            "start": 822495461,
            "stop": 822495486
        },
        {
            "start": 822495489,
            "stop": 822495493
        },
        {
            "start": 822495631,
            "stop": 822495659
        },
        {
            "start": 822495662,
            "stop": 822495714
        },
        {
            "start": 822495717,
            "stop": 822495812
        },
        {
            "start": 822495913,
            "stop": 822495990
        },
        {
            "start": 822496080,
            "stop": 822496093
        }
    ]
}