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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40575",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40573",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40574,
    "results": [
        {
            "start": 874851120,
            "stop": 874851156
        },
        {
            "start": 874851157,
            "stop": 874851171
        },
        {
            "start": 874851172,
            "stop": 874851175
        },
        {
            "start": 874851176,
            "stop": 874851186
        },
        {
            "start": 874851188,
            "stop": 874851193
        },
        {
            "start": 874851194,
            "stop": 874851196
        },
        {
            "start": 874851198,
            "stop": 874851212
        },
        {
            "start": 874851213,
            "stop": 874851260
        },
        {
            "start": 874851261,
            "stop": 874851264
        },
        {
            "start": 874851265,
            "stop": 874851300
        },
        {
            "start": 874851360,
            "stop": 874851387
        },
        {
            "start": 874851389,
            "stop": 874851392
        },
        {
            "start": 874851394,
            "stop": 874851395
        },
        {
            "start": 874851396,
            "stop": 874851435
        },
        {
            "start": 874851437,
            "stop": 874851473
        },
        {
            "start": 874851474,
            "stop": 874851504
        },
        {
            "start": 874851505,
            "stop": 874851522
        },
        {
            "start": 874851526,
            "stop": 874851540
        },
        {
            "start": 874851600,
            "stop": 874851601
        },
        {
            "start": 874851602,
            "stop": 874851622
        }
    ]
}