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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7133",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7134,
    "results": [
        {
            "start": 874813599,
            "stop": 874814299
        },
        {
            "start": 874814303,
            "stop": 874815795
        },
        {
            "start": 874815798,
            "stop": 874815817
        },
        {
            "start": 874815821,
            "stop": 874816059
        },
        {
            "start": 874816062,
            "stop": 874816140
        },
        {
            "start": 874816144,
            "stop": 874816208
        },
        {
            "start": 874816211,
            "stop": 874816215
        },
        {
            "start": 874816218,
            "stop": 874816358
        },
        {
            "start": 874816362,
            "stop": 874816501
        },
        {
            "start": 874816504,
            "stop": 874817341
        },
        {
            "start": 874817345,
            "stop": 874817651
        },
        {
            "start": 874817655,
            "stop": 874817730
        },
        {
            "start": 874817734,
            "stop": 874817812
        },
        {
            "start": 874817815,
            "stop": 874817820
        },
        {
            "start": 874819080,
            "stop": 874819133
        },
        {
            "start": 874819136,
            "stop": 874819139
        },
        {
            "start": 874819145,
            "stop": 874819152
        },
        {
            "start": 874819155,
            "stop": 874819161
        },
        {
            "start": 874819164,
            "stop": 874819169
        },
        {
            "start": 874819173,
            "stop": 874819254
        }
    ]
}