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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4846",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4844",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4845,
    "results": [
        {
            "start": 874720616,
            "stop": 874720685
        },
        {
            "start": 874720705,
            "stop": 874720746
        },
        {
            "start": 874720783,
            "stop": 874720793
        },
        {
            "start": 874720813,
            "stop": 874720844
        },
        {
            "start": 874720964,
            "stop": 874721088
        },
        {
            "start": 874721108,
            "stop": 874721191
        },
        {
            "start": 874721210,
            "stop": 874721266
        },
        {
            "start": 874721285,
            "stop": 874721305
        },
        {
            "start": 874721324,
            "stop": 874721325
        },
        {
            "start": 874721476,
            "stop": 874721560
        },
        {
            "start": 874721580,
            "stop": 874721607
        },
        {
            "start": 874721644,
            "stop": 874721653
        },
        {
            "start": 874721673,
            "stop": 874721896
        },
        {
            "start": 874721915,
            "stop": 874722001
        },
        {
            "start": 874722021,
            "stop": 874722025
        },
        {
            "start": 874722045,
            "stop": 874722168
        },
        {
            "start": 874722288,
            "stop": 874722324
        },
        {
            "start": 874722372,
            "stop": 874722374
        },
        {
            "start": 874722398,
            "stop": 874722447
        },
        {
            "start": 874722485,
            "stop": 874722517
        }
    ]
}