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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=68",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 69,
    "results": [
        {
            "start": 1373663812,
            "stop": 1373663850
        },
        {
            "start": 1373663854,
            "stop": 1373668112
        },
        {
            "start": 1373673744,
            "stop": 1373680358
        },
        {
            "start": 1373680361,
            "stop": 1373684580
        },
        {
            "start": 1373684585,
            "stop": 1373685577
        },
        {
            "start": 1373685582,
            "stop": 1373686008
        },
        {
            "start": 1373686013,
            "stop": 1373689297
        },
        {
            "start": 1373689302,
            "stop": 1373694861
        },
        {
            "start": 1373694866,
            "stop": 1373695097
        },
        {
            "start": 1373695102,
            "stop": 1373699698
        },
        {
            "start": 1373699703,
            "stop": 1373711268
        },
        {
            "start": 1373711273,
            "stop": 1373711486
        },
        {
            "start": 1373711491,
            "stop": 1373711624
        },
        {
            "start": 1373760055,
            "stop": 1373761609
        },
        {
            "start": 1373761614,
            "stop": 1373761898
        },
        {
            "start": 1373761903,
            "stop": 1373761936
        },
        {
            "start": 1373761941,
            "stop": 1373761944
        },
        {
            "start": 1373772912,
            "stop": 1373779899
        },
        {
            "start": 1373780326,
            "stop": 1373781638
        },
        {
            "start": 1373781643,
            "stop": 1373787547
        }
    ]
}