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=175
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=176",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=174",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 175,
    "results": [
        {
            "start": 931451391,
            "stop": 931451421
        },
        {
            "start": 931451423,
            "stop": 931451448
        },
        {
            "start": 931451449,
            "stop": 931451490
        },
        {
            "start": 931451491,
            "stop": 931451505
        },
        {
            "start": 931451506,
            "stop": 931451588
        },
        {
            "start": 931451589,
            "stop": 931451605
        },
        {
            "start": 931451607,
            "stop": 931451617
        },
        {
            "start": 931451619,
            "stop": 931451669
        },
        {
            "start": 931451671,
            "stop": 931451740
        },
        {
            "start": 931451741,
            "stop": 931451747
        },
        {
            "start": 931451748,
            "stop": 931451776
        },
        {
            "start": 931451777,
            "stop": 931451828
        },
        {
            "start": 931451831,
            "stop": 931451834
        },
        {
            "start": 931451836,
            "stop": 931451858
        },
        {
            "start": 931451859,
            "stop": 931451874
        },
        {
            "start": 931451876,
            "stop": 931451942
        },
        {
            "start": 931451944,
            "stop": 931451967
        },
        {
            "start": 931451968,
            "stop": 931452030
        },
        {
            "start": 931452032,
            "stop": 931452060
        },
        {
            "start": 931452062,
            "stop": 931452079
        }
    ]
}