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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=362",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=360",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 361,
    "results": [
        {
            "start": 829346575,
            "stop": 829346581
        },
        {
            "start": 829346583,
            "stop": 829346594
        },
        {
            "start": 829346598,
            "stop": 829346602
        },
        {
            "start": 829346604,
            "stop": 829346608
        },
        {
            "start": 829346610,
            "stop": 829346646
        },
        {
            "start": 829346648,
            "stop": 829346754
        },
        {
            "start": 829346757,
            "stop": 829346812
        },
        {
            "start": 829346813,
            "stop": 829346834
        },
        {
            "start": 829346836,
            "stop": 829346848
        },
        {
            "start": 829346850,
            "stop": 829346886
        },
        {
            "start": 829346890,
            "stop": 829346896
        },
        {
            "start": 829346898,
            "stop": 829346899
        },
        {
            "start": 829346901,
            "stop": 829346959
        },
        {
            "start": 829346962,
            "stop": 829346978
        },
        {
            "start": 829346979,
            "stop": 829347043
        },
        {
            "start": 829347046,
            "stop": 829347105
        },
        {
            "start": 829347107,
            "stop": 829347161
        },
        {
            "start": 829347164,
            "stop": 829347227
        },
        {
            "start": 829347229,
            "stop": 829347412
        },
        {
            "start": 829347414,
            "stop": 829347432
        }
    ]
}