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=6576
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=6577",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6575",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6576,
    "results": [
        {
            "start": 874554504,
            "stop": 874554999
        },
        {
            "start": 874555001,
            "stop": 874555273
        },
        {
            "start": 874555274,
            "stop": 874555572
        },
        {
            "start": 874555573,
            "stop": 874555759
        },
        {
            "start": 874555760,
            "stop": 874556124
        },
        {
            "start": 874556125,
            "stop": 874556204
        },
        {
            "start": 874556206,
            "stop": 874556367
        },
        {
            "start": 874556368,
            "stop": 874556621
        },
        {
            "start": 874556622,
            "stop": 874556922
        },
        {
            "start": 874556924,
            "stop": 874557261
        },
        {
            "start": 874557262,
            "stop": 874557278
        },
        {
            "start": 874557279,
            "stop": 874557535
        },
        {
            "start": 874557536,
            "stop": 874557651
        },
        {
            "start": 874557652,
            "stop": 874557837
        },
        {
            "start": 874557839,
            "stop": 874558560
        },
        {
            "start": 874558561,
            "stop": 874558880
        },
        {
            "start": 874558882,
            "stop": 874559043
        },
        {
            "start": 874559044,
            "stop": 874559134
        },
        {
            "start": 874559135,
            "stop": 874559182
        },
        {
            "start": 874559183,
            "stop": 874559194
        }
    ]
}