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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=263",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=261",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 262,
    "results": [
        {
            "start": 931608565,
            "stop": 931608574
        },
        {
            "start": 931608576,
            "stop": 931608625
        },
        {
            "start": 931608627,
            "stop": 931608684
        },
        {
            "start": 931608685,
            "stop": 931608742
        },
        {
            "start": 931608748,
            "stop": 931608752
        },
        {
            "start": 931608753,
            "stop": 931608760
        },
        {
            "start": 931608762,
            "stop": 931608768
        },
        {
            "start": 931608770,
            "stop": 931608772
        },
        {
            "start": 931608775,
            "stop": 931608776
        },
        {
            "start": 931608779,
            "stop": 931608782
        },
        {
            "start": 931608785,
            "stop": 931608788
        },
        {
            "start": 931608791,
            "stop": 931608797
        },
        {
            "start": 931608801,
            "stop": 931608813
        },
        {
            "start": 931608815,
            "stop": 931608817
        },
        {
            "start": 931608821,
            "stop": 931608828
        },
        {
            "start": 931608830,
            "stop": 931608833
        },
        {
            "start": 931608835,
            "stop": 931608847
        },
        {
            "start": 931608849,
            "stop": 931608883
        },
        {
            "start": 931608885,
            "stop": 931608887
        },
        {
            "start": 931608888,
            "stop": 931608951
        }
    ]
}