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=190
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=191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=189",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 190,
    "results": [
        {
            "start": 820209560,
            "stop": 820209776
        },
        {
            "start": 820209780,
            "stop": 820209852
        },
        {
            "start": 820209856,
            "stop": 820209866
        },
        {
            "start": 820209869,
            "stop": 820209873
        },
        {
            "start": 820209876,
            "stop": 820209922
        },
        {
            "start": 820209925,
            "stop": 820209994
        },
        {
            "start": 820209998,
            "stop": 820210008
        },
        {
            "start": 820210011,
            "stop": 820210069
        },
        {
            "start": 820210072,
            "stop": 820210075
        },
        {
            "start": 820210078,
            "stop": 820210105
        },
        {
            "start": 820210109,
            "stop": 820210148
        },
        {
            "start": 820210151,
            "stop": 820210178
        },
        {
            "start": 820210181,
            "stop": 820210223
        },
        {
            "start": 820210227,
            "stop": 820210228
        },
        {
            "start": 820210231,
            "stop": 820210283
        },
        {
            "start": 820210287,
            "stop": 820210409
        },
        {
            "start": 820210413,
            "stop": 820210443
        },
        {
            "start": 820210446,
            "stop": 820210502
        },
        {
            "start": 820210505,
            "stop": 820210509
        },
        {
            "start": 820210512,
            "stop": 820210560
        }
    ]
}