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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=263",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 264,
    "results": [
        {
            "start": 840319348,
            "stop": 840323362
        },
        {
            "start": 840332336,
            "stop": 840337182
        },
        {
            "start": 840341831,
            "stop": 840351050
        },
        {
            "start": 840351052,
            "stop": 840351162
        },
        {
            "start": 840353662,
            "stop": 840354457
        },
        {
            "start": 840354459,
            "stop": 840363972
        },
        {
            "start": 840365814,
            "stop": 840366955
        },
        {
            "start": 840366956,
            "stop": 840367016
        },
        {
            "start": 840367700,
            "stop": 840370724
        },
        {
            "start": 840371087,
            "stop": 840371687
        },
        {
            "start": 840371689,
            "stop": 840374553
        },
        {
            "start": 840375620,
            "stop": 840375997
        },
        {
            "start": 840376097,
            "stop": 840376669
        },
        {
            "start": 840378688,
            "stop": 840379862
        },
        {
            "start": 840379863,
            "stop": 840379929
        },
        {
            "start": 840380539,
            "stop": 840382083
        },
        {
            "start": 840442150,
            "stop": 840451228
        },
        {
            "start": 840451425,
            "stop": 840457576
        },
        {
            "start": 840457861,
            "stop": 840462514
        },
        {
            "start": 840465742,
            "stop": 840465952
        }
    ]
}