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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3447",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3445",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3446,
    "results": [
        {
            "start": 969810112,
            "stop": 969810287
        },
        {
            "start": 969810407,
            "stop": 969810615
        },
        {
            "start": 969810618,
            "stop": 969810701
        },
        {
            "start": 969810704,
            "stop": 969810706
        },
        {
            "start": 969810887,
            "stop": 969810937
        },
        {
            "start": 969810938,
            "stop": 969811357
        },
        {
            "start": 969811360,
            "stop": 969811367
        },
        {
            "start": 969811547,
            "stop": 969811606
        },
        {
            "start": 969811609,
            "stop": 969812027
        },
        {
            "start": 969812147,
            "stop": 969812150
        },
        {
            "start": 969812165,
            "stop": 969812179
        },
        {
            "start": 969812190,
            "stop": 969812327
        },
        {
            "start": 969812447,
            "stop": 969812491
        },
        {
            "start": 969812494,
            "stop": 969812519
        },
        {
            "start": 969812523,
            "stop": 969812524
        },
        {
            "start": 969812527,
            "stop": 969812567
        },
        {
            "start": 969812687,
            "stop": 969812733
        },
        {
            "start": 969812734,
            "stop": 969812791
        },
        {
            "start": 969812794,
            "stop": 969812820
        },
        {
            "start": 969812823,
            "stop": 969812997
        }
    ]
}