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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=287",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=285",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 286,
    "results": [
        {
            "start": 1177805169,
            "stop": 1177805497
        },
        {
            "start": 1177805498,
            "stop": 1177806193
        },
        {
            "start": 1177806194,
            "stop": 1177806508
        },
        {
            "start": 1177806513,
            "stop": 1177807209
        },
        {
            "start": 1177807212,
            "stop": 1177807271
        },
        {
            "start": 1177807279,
            "stop": 1177807462
        },
        {
            "start": 1177807464,
            "stop": 1177807590
        },
        {
            "start": 1177807593,
            "stop": 1177807744
        },
        {
            "start": 1177807745,
            "stop": 1177807779
        },
        {
            "start": 1177807780,
            "stop": 1177808056
        },
        {
            "start": 1177808057,
            "stop": 1177809159
        },
        {
            "start": 1177809160,
            "stop": 1177810743
        },
        {
            "start": 1177810746,
            "stop": 1177810747
        },
        {
            "start": 1177810750,
            "stop": 1177810784
        },
        {
            "start": 1177810788,
            "stop": 1177810819
        },
        {
            "start": 1177810820,
            "stop": 1177811083
        },
        {
            "start": 1177811085,
            "stop": 1177811400
        },
        {
            "start": 1177811401,
            "stop": 1177811774
        },
        {
            "start": 1177811778,
            "stop": 1177812019
        },
        {
            "start": 1177812020,
            "stop": 1177813095
        }
    ]
}