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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=71",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 72,
    "results": [
        {
            "start": 821242487,
            "stop": 821242511
        },
        {
            "start": 821242514,
            "stop": 821242537
        },
        {
            "start": 821242540,
            "stop": 821242547
        },
        {
            "start": 821242550,
            "stop": 821242628
        },
        {
            "start": 821242631,
            "stop": 821242729
        },
        {
            "start": 821242735,
            "stop": 821243056
        },
        {
            "start": 821243059,
            "stop": 821243132
        },
        {
            "start": 821243135,
            "stop": 821243197
        },
        {
            "start": 821243200,
            "stop": 821243235
        },
        {
            "start": 821243238,
            "stop": 821243350
        },
        {
            "start": 821243353,
            "stop": 821243471
        },
        {
            "start": 821243474,
            "stop": 821243476
        },
        {
            "start": 821243479,
            "stop": 821243593
        },
        {
            "start": 821243596,
            "stop": 821243779
        },
        {
            "start": 821243782,
            "stop": 821243790
        },
        {
            "start": 821243793,
            "stop": 821243814
        },
        {
            "start": 821243820,
            "stop": 821243827
        },
        {
            "start": 821243830,
            "stop": 821243841
        },
        {
            "start": 821243844,
            "stop": 821243942
        },
        {
            "start": 821243945,
            "stop": 821243974
        }
    ]
}