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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=532",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=530",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 531,
    "results": [
        {
            "start": 870136760,
            "stop": 870139562
        },
        {
            "start": 870139568,
            "stop": 870177870
        },
        {
            "start": 870178986,
            "stop": 870182510
        },
        {
            "start": 870182518,
            "stop": 870182537
        },
        {
            "start": 870182543,
            "stop": 870185925
        },
        {
            "start": 870185930,
            "stop": 870190590
        },
        {
            "start": 870190595,
            "stop": 870197506
        },
        {
            "start": 870197509,
            "stop": 870199162
        },
        {
            "start": 870199168,
            "stop": 870200260
        },
        {
            "start": 870200265,
            "stop": 870200285
        },
        {
            "start": 870200290,
            "stop": 870209100
        },
        {
            "start": 870209105,
            "stop": 870209117
        },
        {
            "start": 870209123,
            "stop": 870210335
        },
        {
            "start": 870210340,
            "stop": 870210751
        },
        {
            "start": 870212017,
            "stop": 870213120
        },
        {
            "start": 870213180,
            "stop": 870213242
        },
        {
            "start": 870213248,
            "stop": 870214718
        },
        {
            "start": 870214870,
            "stop": 870215583
        },
        {
            "start": 870215883,
            "stop": 870229200
        },
        {
            "start": 870229260,
            "stop": 870231482
        }
    ]
}