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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=45",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 46,
    "results": [
        {
            "start": 829604450,
            "stop": 829607465
        },
        {
            "start": 829608490,
            "stop": 829611198
        },
        {
            "start": 829635717,
            "stop": 829653754
        },
        {
            "start": 829655456,
            "stop": 829669560
        },
        {
            "start": 829670559,
            "stop": 829684799
        },
        {
            "start": 829684891,
            "stop": 829685238
        },
        {
            "start": 829685350,
            "stop": 829687817
        },
        {
            "start": 829687980,
            "stop": 829699197
        },
        {
            "start": 829699336,
            "stop": 829701819
        },
        {
            "start": 829704904,
            "stop": 829705048
        },
        {
            "start": 829705682,
            "stop": 829705966
        },
        {
            "start": 829706697,
            "stop": 829707318
        },
        {
            "start": 829707967,
            "stop": 829709017
        },
        {
            "start": 829709987,
            "stop": 829710200
        },
        {
            "start": 829710352,
            "stop": 829710558
        },
        {
            "start": 829711852,
            "stop": 829726214
        },
        {
            "start": 829728894,
            "stop": 829744766
        },
        {
            "start": 829746503,
            "stop": 829782921
        },
        {
            "start": 829783927,
            "stop": 829842578
        },
        {
            "start": 829845466,
            "stop": 829856135
        }
    ]
}