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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4004",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4002",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 4003,
    "results": [
        {
            "start": 874813592,
            "stop": 874813593
        },
        {
            "start": 874813599,
            "stop": 874816208
        },
        {
            "start": 874816211,
            "stop": 874816215
        },
        {
            "start": 874816218,
            "stop": 874816501
        },
        {
            "start": 874816504,
            "stop": 874818540
        },
        {
            "start": 874818660,
            "stop": 874819133
        },
        {
            "start": 874819136,
            "stop": 874819142
        },
        {
            "start": 874819145,
            "stop": 874819152
        },
        {
            "start": 874819155,
            "stop": 874819161
        },
        {
            "start": 874819164,
            "stop": 874819255
        },
        {
            "start": 874819258,
            "stop": 874819853
        },
        {
            "start": 874819856,
            "stop": 874820178
        },
        {
            "start": 874820181,
            "stop": 874820299
        },
        {
            "start": 874820302,
            "stop": 874821088
        },
        {
            "start": 874821091,
            "stop": 874821094
        },
        {
            "start": 874821097,
            "stop": 874821112
        },
        {
            "start": 874821115,
            "stop": 874821116
        },
        {
            "start": 874821119,
            "stop": 874822926
        },
        {
            "start": 874822931,
            "stop": 874823538
        },
        {
            "start": 874823540,
            "stop": 874824156
        }
    ]
}