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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=300",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=298",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 299,
    "results": [
        {
            "start": 933076358,
            "stop": 933077193
        },
        {
            "start": 933077197,
            "stop": 933077727
        },
        {
            "start": 933078827,
            "stop": 933085732
        },
        {
            "start": 933089709,
            "stop": 933090515
        },
        {
            "start": 933091353,
            "stop": 933093206
        },
        {
            "start": 933095086,
            "stop": 933096068
        },
        {
            "start": 933096071,
            "stop": 933096075
        },
        {
            "start": 933102655,
            "stop": 933102700
        },
        {
            "start": 933104983,
            "stop": 933105996
        },
        {
            "start": 933106098,
            "stop": 933109819
        },
        {
            "start": 933142374,
            "stop": 933147038
        },
        {
            "start": 933149548,
            "stop": 933150119
        },
        {
            "start": 933154332,
            "stop": 933155178
        },
        {
            "start": 933166840,
            "stop": 933167939
        },
        {
            "start": 933180305,
            "stop": 933184483
        },
        {
            "start": 933184485,
            "stop": 933184513
        },
        {
            "start": 933184515,
            "stop": 933184527
        },
        {
            "start": 933184530,
            "stop": 933184543
        },
        {
            "start": 933184545,
            "stop": 933208542
        },
        {
            "start": 933208546,
            "stop": 933216918
        }
    ]
}