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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6434",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6432",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6433,
    "results": [
        {
            "start": 873826403,
            "stop": 873826451
        },
        {
            "start": 873826452,
            "stop": 873826478
        },
        {
            "start": 873826479,
            "stop": 873826543
        },
        {
            "start": 873826544,
            "stop": 873826792
        },
        {
            "start": 873826793,
            "stop": 873826991
        },
        {
            "start": 873826992,
            "stop": 873827143
        },
        {
            "start": 873827144,
            "stop": 873827174
        },
        {
            "start": 873827175,
            "stop": 873827190
        },
        {
            "start": 873827192,
            "stop": 873827208
        },
        {
            "start": 873827209,
            "stop": 873827242
        },
        {
            "start": 873827243,
            "stop": 873827466
        },
        {
            "start": 873827467,
            "stop": 873828271
        },
        {
            "start": 873828272,
            "stop": 873828302
        },
        {
            "start": 873828304,
            "stop": 873828325
        },
        {
            "start": 873828327,
            "stop": 873828373
        },
        {
            "start": 873828374,
            "stop": 873828415
        },
        {
            "start": 873828419,
            "stop": 873828592
        },
        {
            "start": 873828593,
            "stop": 873828665
        },
        {
            "start": 873828666,
            "stop": 873828703
        },
        {
            "start": 873828704,
            "stop": 873828786
        }
    ]
}