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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=252",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=250",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 251,
    "results": [
        {
            "start": 1177070322,
            "stop": 1177070375
        },
        {
            "start": 1177070378,
            "stop": 1177072780
        },
        {
            "start": 1177072781,
            "stop": 1177074299
        },
        {
            "start": 1177074300,
            "stop": 1177074462
        },
        {
            "start": 1177074465,
            "stop": 1177074577
        },
        {
            "start": 1177074578,
            "stop": 1177074761
        },
        {
            "start": 1177074766,
            "stop": 1177074904
        },
        {
            "start": 1177074907,
            "stop": 1177075008
        },
        {
            "start": 1177075010,
            "stop": 1177075583
        },
        {
            "start": 1177075585,
            "stop": 1177075723
        },
        {
            "start": 1177075725,
            "stop": 1177076009
        },
        {
            "start": 1177076012,
            "stop": 1177077338
        },
        {
            "start": 1177077339,
            "stop": 1177078588
        },
        {
            "start": 1177078589,
            "stop": 1177078711
        },
        {
            "start": 1177078717,
            "stop": 1177080662
        },
        {
            "start": 1177080663,
            "stop": 1177080734
        },
        {
            "start": 1177080735,
            "stop": 1177080754
        },
        {
            "start": 1177080758,
            "stop": 1177081161
        },
        {
            "start": 1177081162,
            "stop": 1177081344
        },
        {
            "start": 1177081346,
            "stop": 1177081349
        }
    ]
}