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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=164",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 165,
    "results": [
        {
            "start": 820064109,
            "stop": 820070741
        },
        {
            "start": 820070744,
            "stop": 820072683
        },
        {
            "start": 820072686,
            "stop": 820076221
        },
        {
            "start": 820076224,
            "stop": 820078757
        },
        {
            "start": 820078760,
            "stop": 820081486
        },
        {
            "start": 820081489,
            "stop": 820082181
        },
        {
            "start": 820082185,
            "stop": 820083640
        },
        {
            "start": 820083644,
            "stop": 820085286
        },
        {
            "start": 820085289,
            "stop": 820085954
        },
        {
            "start": 820085957,
            "stop": 820086108
        },
        {
            "start": 820086111,
            "stop": 820086113
        },
        {
            "start": 820086117,
            "stop": 820086714
        },
        {
            "start": 820088631,
            "stop": 820090525
        },
        {
            "start": 820090528,
            "stop": 820093457
        },
        {
            "start": 820093461,
            "stop": 820096692
        },
        {
            "start": 820096696,
            "stop": 820097154
        },
        {
            "start": 820097157,
            "stop": 820097419
        },
        {
            "start": 820097422,
            "stop": 820097490
        },
        {
            "start": 820097493,
            "stop": 820100060
        },
        {
            "start": 820100063,
            "stop": 820100962
        }
    ]
}