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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5695",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5693",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5694,
    "results": [
        {
            "start": 874578021,
            "stop": 874578097
        },
        {
            "start": 874578100,
            "stop": 874578129
        },
        {
            "start": 874578133,
            "stop": 874578172
        },
        {
            "start": 874578176,
            "stop": 874578220
        },
        {
            "start": 874578225,
            "stop": 874578364
        },
        {
            "start": 874578367,
            "stop": 874578399
        },
        {
            "start": 874578402,
            "stop": 874578495
        },
        {
            "start": 874578498,
            "stop": 874578569
        },
        {
            "start": 874578572,
            "stop": 874578573
        },
        {
            "start": 874578579,
            "stop": 874578596
        },
        {
            "start": 874578599,
            "stop": 874578601
        },
        {
            "start": 874578604,
            "stop": 874578608
        },
        {
            "start": 874578611,
            "stop": 874578663
        },
        {
            "start": 874578666,
            "stop": 874578696
        },
        {
            "start": 874578699,
            "stop": 874578722
        },
        {
            "start": 874578725,
            "stop": 874578782
        },
        {
            "start": 874578785,
            "stop": 874578810
        },
        {
            "start": 874578813,
            "stop": 874578884
        },
        {
            "start": 874579065,
            "stop": 874579101
        },
        {
            "start": 874579104,
            "stop": 874579128
        }
    ]
}