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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=119",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 120,
    "results": [
        {
            "start": 829347164,
            "stop": 829349138
        },
        {
            "start": 829349248,
            "stop": 829350952
        },
        {
            "start": 829352830,
            "stop": 829363249
        },
        {
            "start": 829363549,
            "stop": 829377449
        },
        {
            "start": 829377526,
            "stop": 829380185
        },
        {
            "start": 829384466,
            "stop": 829395355
        },
        {
            "start": 829403334,
            "stop": 829406054
        },
        {
            "start": 829406056,
            "stop": 829407649
        },
        {
            "start": 829435807,
            "stop": 829436893
        },
        {
            "start": 829442626,
            "stop": 829456763
        },
        {
            "start": 829460052,
            "stop": 829463739
        },
        {
            "start": 829463741,
            "stop": 829497148
        },
        {
            "start": 829498628,
            "stop": 829501599
        },
        {
            "start": 829501602,
            "stop": 829504792
        },
        {
            "start": 829504795,
            "stop": 829505303
        },
        {
            "start": 829505306,
            "stop": 829508062
        },
        {
            "start": 829508352,
            "stop": 829516026
        },
        {
            "start": 829516029,
            "stop": 829518024
        },
        {
            "start": 829523614,
            "stop": 829524297
        },
        {
            "start": 829524597,
            "stop": 829524709
        }
    ]
}