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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=196",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 197,
    "results": [
        {
            "start": 931463993,
            "stop": 931464015
        },
        {
            "start": 931464375,
            "stop": 931464378
        },
        {
            "start": 931464380,
            "stop": 931464404
        },
        {
            "start": 931464406,
            "stop": 931464481
        },
        {
            "start": 931464482,
            "stop": 931464505
        },
        {
            "start": 931464509,
            "stop": 931464569
        },
        {
            "start": 931464571,
            "stop": 931464573
        },
        {
            "start": 931464574,
            "stop": 931464577
        },
        {
            "start": 931464579,
            "stop": 931464680
        },
        {
            "start": 931464682,
            "stop": 931464685
        },
        {
            "start": 931464687,
            "stop": 931464697
        },
        {
            "start": 931464699,
            "stop": 931464765
        },
        {
            "start": 931464767,
            "stop": 931464822
        },
        {
            "start": 931464824,
            "stop": 931464839
        },
        {
            "start": 931464841,
            "stop": 931464864
        },
        {
            "start": 931464866,
            "stop": 931464879
        },
        {
            "start": 931464881,
            "stop": 931464898
        },
        {
            "start": 931464900,
            "stop": 931464921
        },
        {
            "start": 931464922,
            "stop": 931464944
        },
        {
            "start": 931464945,
            "stop": 931464985
        }
    ]
}