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=684
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=685",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=683",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 684,
    "results": [
        {
            "start": 829871409,
            "stop": 829872172
        },
        {
            "start": 829872189,
            "stop": 829873020
        },
        {
            "start": 829873080,
            "stop": 829873163
        },
        {
            "start": 829873166,
            "stop": 829873242
        },
        {
            "start": 829873245,
            "stop": 829873320
        },
        {
            "start": 829873380,
            "stop": 829877820
        },
        {
            "start": 829877880,
            "stop": 829878465
        },
        {
            "start": 829878482,
            "stop": 829885027
        },
        {
            "start": 829885044,
            "stop": 829885695
        },
        {
            "start": 829885712,
            "stop": 829886910
        },
        {
            "start": 829887210,
            "stop": 829887216
        },
        {
            "start": 829887326,
            "stop": 829887653
        },
        {
            "start": 829887656,
            "stop": 829888143
        },
        {
            "start": 829888443,
            "stop": 829889330
        },
        {
            "start": 829889333,
            "stop": 829890140
        },
        {
            "start": 829891799,
            "stop": 829893895
        },
        {
            "start": 829893909,
            "stop": 829893910
        },
        {
            "start": 829894020,
            "stop": 829895412
        },
        {
            "start": 829895712,
            "stop": 829898243
        },
        {
            "start": 829898246,
            "stop": 829900018
        }
    ]
}