Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=440
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=441",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=439",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 440,
    "results": [
        {
            "start": 847812273,
            "stop": 847812275
        },
        {
            "start": 847812277,
            "stop": 847812290
        },
        {
            "start": 847812291,
            "stop": 847812320
        },
        {
            "start": 847812322,
            "stop": 847812333
        },
        {
            "start": 847812334,
            "stop": 847812373
        },
        {
            "start": 847812374,
            "stop": 847812383
        },
        {
            "start": 847812385,
            "stop": 847812422
        },
        {
            "start": 847812423,
            "stop": 847812455
        },
        {
            "start": 847812456,
            "stop": 847812645
        },
        {
            "start": 847812647,
            "stop": 847812679
        },
        {
            "start": 847813043,
            "stop": 847813052
        },
        {
            "start": 847813053,
            "stop": 847813101
        },
        {
            "start": 847813103,
            "stop": 847813132
        },
        {
            "start": 847813133,
            "stop": 847813135
        },
        {
            "start": 847813136,
            "stop": 847813139
        },
        {
            "start": 847813141,
            "stop": 847813142
        },
        {
            "start": 847813144,
            "stop": 847813146
        },
        {
            "start": 847813147,
            "stop": 847813149
        },
        {
            "start": 847813150,
            "stop": 847813153
        },
        {
            "start": 847813154,
            "stop": 847813156
        }
    ]
}