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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=103",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 104,
    "results": [
        {
            "start": 829655456,
            "stop": 829669530
        },
        {
            "start": 829670559,
            "stop": 829684799
        },
        {
            "start": 829684891,
            "stop": 829685238
        },
        {
            "start": 829685350,
            "stop": 829687817
        },
        {
            "start": 829687980,
            "stop": 829699197
        },
        {
            "start": 829699336,
            "stop": 829701789
        },
        {
            "start": 829704904,
            "stop": 829705018
        },
        {
            "start": 829705682,
            "stop": 829705937
        },
        {
            "start": 829706699,
            "stop": 829707288
        },
        {
            "start": 829707967,
            "stop": 829708987
        },
        {
            "start": 829709987,
            "stop": 829710200
        },
        {
            "start": 829710352,
            "stop": 829710558
        },
        {
            "start": 829711852,
            "stop": 829725823
        },
        {
            "start": 829728894,
            "stop": 829744374
        },
        {
            "start": 829746503,
            "stop": 829782891
        },
        {
            "start": 829783927,
            "stop": 829842572
        },
        {
            "start": 829845466,
            "stop": 829856135
        },
        {
            "start": 829857178,
            "stop": 829860172
        },
        {
            "start": 829861360,
            "stop": 829886946
        },
        {
            "start": 829889195,
            "stop": 829890242
        }
    ]
}