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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5241",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5239",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5240,
    "results": [
        {
            "start": 874375229,
            "stop": 874376766
        },
        {
            "start": 874376803,
            "stop": 874376816
        },
        {
            "start": 874376852,
            "stop": 874377049
        },
        {
            "start": 874377085,
            "stop": 874377849
        },
        {
            "start": 874381703,
            "stop": 874381950
        },
        {
            "start": 874381958,
            "stop": 874381982
        },
        {
            "start": 874381989,
            "stop": 874382091
        },
        {
            "start": 874382098,
            "stop": 874382184
        },
        {
            "start": 874382191,
            "stop": 874382398
        },
        {
            "start": 874382405,
            "stop": 874382494
        },
        {
            "start": 874382502,
            "stop": 874382725
        },
        {
            "start": 874382732,
            "stop": 874383007
        },
        {
            "start": 874383015,
            "stop": 874383780
        },
        {
            "start": 874385838,
            "stop": 874386252
        },
        {
            "start": 874386259,
            "stop": 874386505
        },
        {
            "start": 874386513,
            "stop": 874386857
        },
        {
            "start": 874386918,
            "stop": 874386934
        },
        {
            "start": 874386941,
            "stop": 874386957
        },
        {
            "start": 874387007,
            "stop": 874388145
        },
        {
            "start": 874388152,
            "stop": 874388523
        }
    ]
}