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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46760",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46758",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46759,
    "results": [
        {
            "start": 875086418,
            "stop": 875086543
        },
        {
            "start": 875086544,
            "stop": 875086653
        },
        {
            "start": 875086656,
            "stop": 875086850
        },
        {
            "start": 875086851,
            "stop": 875086884
        },
        {
            "start": 875086885,
            "stop": 875086908
        },
        {
            "start": 875086911,
            "stop": 875086918
        },
        {
            "start": 875086920,
            "stop": 875086980
        },
        {
            "start": 875086981,
            "stop": 875087040
        },
        {
            "start": 875087042,
            "stop": 875087136
        },
        {
            "start": 875087137,
            "stop": 875087160
        },
        {
            "start": 875087161,
            "stop": 875087175
        },
        {
            "start": 875087176,
            "stop": 875087225
        },
        {
            "start": 875087226,
            "stop": 875087339
        },
        {
            "start": 875087340,
            "stop": 875087350
        },
        {
            "start": 875087351,
            "stop": 875087357
        },
        {
            "start": 875087359,
            "stop": 875087490
        },
        {
            "start": 875087492,
            "stop": 875087672
        },
        {
            "start": 875087673,
            "stop": 875087776
        },
        {
            "start": 875087780,
            "stop": 875087798
        },
        {
            "start": 875087800,
            "stop": 875087905
        }
    ]
}