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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3710",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3708",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3709,
    "results": [
        {
            "start": 970994614,
            "stop": 970994858
        },
        {
            "start": 970994861,
            "stop": 970994926
        },
        {
            "start": 970994929,
            "stop": 970994932
        },
        {
            "start": 970994935,
            "stop": 970995096
        },
        {
            "start": 970995099,
            "stop": 970995179
        },
        {
            "start": 970995182,
            "stop": 970995196
        },
        {
            "start": 970995199,
            "stop": 970995321
        },
        {
            "start": 970995322,
            "stop": 970995323
        },
        {
            "start": 970995337,
            "stop": 970995528
        },
        {
            "start": 970995531,
            "stop": 970995532
        },
        {
            "start": 970995535,
            "stop": 970995760
        },
        {
            "start": 970995763,
            "stop": 970995805
        },
        {
            "start": 970995808,
            "stop": 970995854
        },
        {
            "start": 970995857,
            "stop": 970995949
        },
        {
            "start": 970995952,
            "stop": 970995954
        },
        {
            "start": 970995957,
            "stop": 970996056
        },
        {
            "start": 970996059,
            "stop": 970996068
        },
        {
            "start": 970996071,
            "stop": 970996096
        },
        {
            "start": 970996099,
            "stop": 970996118
        },
        {
            "start": 970996121,
            "stop": 970996184
        }
    ]
}