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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4909",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4907",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4908,
    "results": [
        {
            "start": 874272194,
            "stop": 874272197
        },
        {
            "start": 874272217,
            "stop": 874272238
        },
        {
            "start": 874272300,
            "stop": 874272301
        },
        {
            "start": 874272320,
            "stop": 874272323
        },
        {
            "start": 874272364,
            "stop": 874272385
        },
        {
            "start": 874272405,
            "stop": 874272407
        },
        {
            "start": 874272444,
            "stop": 874272475
        },
        {
            "start": 874272502,
            "stop": 874272510
        },
        {
            "start": 874272547,
            "stop": 874272588
        },
        {
            "start": 874272608,
            "stop": 874272614
        },
        {
            "start": 874272638,
            "stop": 874272658
        },
        {
            "start": 874272677,
            "stop": 874272680
        },
        {
            "start": 874272715,
            "stop": 874272726
        },
        {
            "start": 874273922,
            "stop": 874275315
        },
        {
            "start": 874277162,
            "stop": 874277504
        },
        {
            "start": 874277685,
            "stop": 874279404
        },
        {
            "start": 874279423,
            "stop": 874279867
        },
        {
            "start": 874279887,
            "stop": 874279997
        },
        {
            "start": 874280016,
            "stop": 874280079
        },
        {
            "start": 874280114,
            "stop": 874280237
        }
    ]
}