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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10253",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10251",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10252,
    "results": [
        {
            "start": 874646249,
            "stop": 874646609
        },
        {
            "start": 874646645,
            "stop": 874646937
        },
        {
            "start": 874646976,
            "stop": 874647091
        },
        {
            "start": 874647159,
            "stop": 874647285
        },
        {
            "start": 874647409,
            "stop": 874647425
        },
        {
            "start": 874647465,
            "stop": 874647586
        },
        {
            "start": 874647622,
            "stop": 874647703
        },
        {
            "start": 874647743,
            "stop": 874648674
        },
        {
            "start": 874648710,
            "stop": 874648769
        },
        {
            "start": 874648805,
            "stop": 874648806
        },
        {
            "start": 874648846,
            "stop": 874648857
        },
        {
            "start": 874648893,
            "stop": 874648905
        },
        {
            "start": 874648955,
            "stop": 874649068
        },
        {
            "start": 874649104,
            "stop": 874649392
        },
        {
            "start": 874649458,
            "stop": 874650655
        },
        {
            "start": 874650692,
            "stop": 874652716
        },
        {
            "start": 874652733,
            "stop": 874653279
        },
        {
            "start": 874653317,
            "stop": 874653557
        },
        {
            "start": 874653593,
            "stop": 874653644
        },
        {
            "start": 874653766,
            "stop": 874653778
        }
    ]
}