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=536
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=537",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=535",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 536,
    "results": [
        {
            "start": 829684891,
            "stop": 829685236
        },
        {
            "start": 829685350,
            "stop": 829687815
        },
        {
            "start": 829687980,
            "stop": 829698873
        },
        {
            "start": 829698878,
            "stop": 829699195
        },
        {
            "start": 829699336,
            "stop": 829701818
        },
        {
            "start": 829704904,
            "stop": 829704939
        },
        {
            "start": 829704944,
            "stop": 829705047
        },
        {
            "start": 829705682,
            "stop": 829705966
        },
        {
            "start": 829706703,
            "stop": 829707317
        },
        {
            "start": 829707967,
            "stop": 829709016
        },
        {
            "start": 829709987,
            "stop": 829710198
        },
        {
            "start": 829710352,
            "stop": 829710443
        },
        {
            "start": 829710448,
            "stop": 829710556
        },
        {
            "start": 829711852,
            "stop": 829726212
        },
        {
            "start": 829728894,
            "stop": 829744765
        },
        {
            "start": 829746503,
            "stop": 829782920
        },
        {
            "start": 829783927,
            "stop": 829842577
        },
        {
            "start": 829845466,
            "stop": 829856135
        },
        {
            "start": 829857178,
            "stop": 829860244
        },
        {
            "start": 829861360,
            "stop": 829886973
        }
    ]
}