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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=562",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=560",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 561,
    "results": [
        {
            "start": 1262815093,
            "stop": 1262815142
        },
        {
            "start": 1262815145,
            "stop": 1262815165
        },
        {
            "start": 1262815168,
            "stop": 1262815173
        },
        {
            "start": 1262815176,
            "stop": 1262815186
        },
        {
            "start": 1262815189,
            "stop": 1262815356
        },
        {
            "start": 1262815359,
            "stop": 1262815360
        },
        {
            "start": 1262815363,
            "stop": 1262815439
        },
        {
            "start": 1262815442,
            "stop": 1262815449
        },
        {
            "start": 1262815452,
            "stop": 1262815532
        },
        {
            "start": 1262815535,
            "stop": 1262815536
        },
        {
            "start": 1262815539,
            "stop": 1262815610
        },
        {
            "start": 1262815613,
            "stop": 1262815622
        },
        {
            "start": 1262815625,
            "stop": 1262815647
        },
        {
            "start": 1262815650,
            "stop": 1262815657
        },
        {
            "start": 1262815660,
            "stop": 1262815682
        },
        {
            "start": 1262815685,
            "stop": 1262815734
        },
        {
            "start": 1262815737,
            "stop": 1262815751
        },
        {
            "start": 1262815754,
            "stop": 1262815792
        },
        {
            "start": 1262815795,
            "stop": 1262815803
        },
        {
            "start": 1262815806,
            "stop": 1262815814
        }
    ]
}