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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=242",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=240",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 241,
    "results": [
        {
            "start": 1376468866,
            "stop": 1376469600
        },
        {
            "start": 1376469602,
            "stop": 1376470761
        },
        {
            "start": 1376470763,
            "stop": 1376471834
        },
        {
            "start": 1376471835,
            "stop": 1376473093
        },
        {
            "start": 1376473095,
            "stop": 1376473784
        },
        {
            "start": 1376473785,
            "stop": 1376474233
        },
        {
            "start": 1376474234,
            "stop": 1376474944
        },
        {
            "start": 1376474946,
            "stop": 1376474983
        },
        {
            "start": 1376474984,
            "stop": 1376476246
        },
        {
            "start": 1376476247,
            "stop": 1376477474
        },
        {
            "start": 1376477476,
            "stop": 1376477849
        },
        {
            "start": 1376482352,
            "stop": 1376483366
        },
        {
            "start": 1376483367,
            "stop": 1376484016
        },
        {
            "start": 1376484017,
            "stop": 1376485650
        },
        {
            "start": 1376485652,
            "stop": 1376487621
        },
        {
            "start": 1376487622,
            "stop": 1376488285
        },
        {
            "start": 1376488287,
            "stop": 1376491057
        },
        {
            "start": 1376491059,
            "stop": 1376491727
        },
        {
            "start": 1376491729,
            "stop": 1376492901
        },
        {
            "start": 1376492903,
            "stop": 1376493071
        }
    ]
}