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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=662",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=660",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 661,
    "results": [
        {
            "start": 850165891,
            "stop": 850166832
        },
        {
            "start": 850166833,
            "stop": 850170191
        },
        {
            "start": 850170765,
            "stop": 850172953
        },
        {
            "start": 850174329,
            "stop": 850177244
        },
        {
            "start": 850177247,
            "stop": 850177250
        },
        {
            "start": 850177261,
            "stop": 850182133
        },
        {
            "start": 850182741,
            "stop": 850187405
        },
        {
            "start": 850189281,
            "stop": 850189550
        },
        {
            "start": 850190779,
            "stop": 850190824
        },
        {
            "start": 850191144,
            "stop": 850191205
        },
        {
            "start": 850192853,
            "stop": 850193542
        },
        {
            "start": 850196494,
            "stop": 850196504
        },
        {
            "start": 850196973,
            "stop": 850197011
        },
        {
            "start": 850266240,
            "stop": 850271882
        },
        {
            "start": 850272772,
            "stop": 850275973
        },
        {
            "start": 850276994,
            "stop": 850278004
        },
        {
            "start": 850279635,
            "stop": 850279669
        },
        {
            "start": 850280770,
            "stop": 850281562
        },
        {
            "start": 850281652,
            "stop": 850281657
        },
        {
            "start": 850281681,
            "stop": 850281682
        }
    ]
}