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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=168",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 169,
    "results": [
        {
            "start": 1420024965,
            "stop": 1420027531
        },
        {
            "start": 1420027536,
            "stop": 1420030548
        },
        {
            "start": 1420030553,
            "stop": 1420034045
        },
        {
            "start": 1420034050,
            "stop": 1420039165
        },
        {
            "start": 1420039170,
            "stop": 1420040353
        },
        {
            "start": 1420040548,
            "stop": 1420052336
        },
        {
            "start": 1420052340,
            "stop": 1420052638
        },
        {
            "start": 1420052642,
            "stop": 1420054229
        },
        {
            "start": 1420054234,
            "stop": 1420054261
        },
        {
            "start": 1420056278,
            "stop": 1420066227
        },
        {
            "start": 1420073222,
            "stop": 1420073432
        },
        {
            "start": 1420073435,
            "stop": 1420076441
        },
        {
            "start": 1420076446,
            "stop": 1420077017
        },
        {
            "start": 1420077022,
            "stop": 1420085175
        },
        {
            "start": 1420085180,
            "stop": 1420098571
        },
        {
            "start": 1420098576,
            "stop": 1420103881
        },
        {
            "start": 1420103886,
            "stop": 1420107964
        },
        {
            "start": 1420107969,
            "stop": 1420115184
        },
        {
            "start": 1420115189,
            "stop": 1420125455
        },
        {
            "start": 1420130344,
            "stop": 1420133131
        }
    ]
}