Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=703
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=704",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=702",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 703,
    "results": [
        {
            "start": 866163727,
            "stop": 866163901
        },
        {
            "start": 866163920,
            "stop": 866164106
        },
        {
            "start": 866164125,
            "stop": 866164155
        },
        {
            "start": 866174443,
            "stop": 866175488
        },
        {
            "start": 866175507,
            "stop": 866175685
        },
        {
            "start": 866175715,
            "stop": 866176560
        },
        {
            "start": 866176578,
            "stop": 866177335
        },
        {
            "start": 866177355,
            "stop": 866177768
        },
        {
            "start": 866177787,
            "stop": 866177963
        },
        {
            "start": 866177982,
            "stop": 866178023
        },
        {
            "start": 866178042,
            "stop": 866178072
        },
        {
            "start": 866178091,
            "stop": 866178261
        },
        {
            "start": 866178280,
            "stop": 866178364
        },
        {
            "start": 866178383,
            "stop": 866178965
        },
        {
            "start": 866178984,
            "stop": 866179195
        },
        {
            "start": 866179214,
            "stop": 866179454
        },
        {
            "start": 866179473,
            "stop": 866179746
        },
        {
            "start": 866179765,
            "stop": 866180685
        },
        {
            "start": 866180704,
            "stop": 866181193
        },
        {
            "start": 866181212,
            "stop": 866182654
        }
    ]
}