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=166
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=167",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=165",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 166,
    "results": [
        {
            "start": 931429258,
            "stop": 931429330
        },
        {
            "start": 931429331,
            "stop": 931429590
        },
        {
            "start": 931429591,
            "stop": 931429618
        },
        {
            "start": 931429620,
            "stop": 931429623
        },
        {
            "start": 931429625,
            "stop": 931429656
        },
        {
            "start": 931429657,
            "stop": 931429748
        },
        {
            "start": 931429750,
            "stop": 931429830
        },
        {
            "start": 931429832,
            "stop": 931429837
        },
        {
            "start": 931429838,
            "stop": 931429840
        },
        {
            "start": 931429842,
            "stop": 931429844
        },
        {
            "start": 931429846,
            "stop": 931429899
        },
        {
            "start": 931429900,
            "stop": 931429925
        },
        {
            "start": 931429926,
            "stop": 931430115
        },
        {
            "start": 931430119,
            "stop": 931430163
        },
        {
            "start": 931430165,
            "stop": 931430327
        },
        {
            "start": 931430328,
            "stop": 931430347
        },
        {
            "start": 931430348,
            "stop": 931430388
        },
        {
            "start": 931430389,
            "stop": 931430422
        },
        {
            "start": 931430423,
            "stop": 931430437
        },
        {
            "start": 931430438,
            "stop": 931430493
        }
    ]
}