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=57
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=58",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=56",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 57,
    "results": [
        {
            "start": 1404456345,
            "stop": 1404466763
        },
        {
            "start": 1404466768,
            "stop": 1404480395
        },
        {
            "start": 1404480399,
            "stop": 1404480682
        },
        {
            "start": 1404480689,
            "stop": 1404484323
        },
        {
            "start": 1404484328,
            "stop": 1404484330
        },
        {
            "start": 1404484334,
            "stop": 1404484376
        },
        {
            "start": 1404484380,
            "stop": 1404484382
        },
        {
            "start": 1404484386,
            "stop": 1404486674
        },
        {
            "start": 1404498952,
            "stop": 1404511178
        },
        {
            "start": 1404511184,
            "stop": 1404522518
        },
        {
            "start": 1404522524,
            "stop": 1404524783
        },
        {
            "start": 1404529270,
            "stop": 1404530432
        },
        {
            "start": 1404530439,
            "stop": 1404534528
        },
        {
            "start": 1404534534,
            "stop": 1404539583
        },
        {
            "start": 1404547966,
            "stop": 1404571099
        },
        {
            "start": 1404597061,
            "stop": 1404601564
        },
        {
            "start": 1404601571,
            "stop": 1404606569
        },
        {
            "start": 1404607209,
            "stop": 1404609630
        },
        {
            "start": 1404615644,
            "stop": 1404617839
        },
        {
            "start": 1404623235,
            "stop": 1404623807
        }
    ]
}