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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4140",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4141,
    "results": [
        {
            "start": 874288247,
            "stop": 874288251
        },
        {
            "start": 874288270,
            "stop": 874288287
        },
        {
            "start": 874288380,
            "stop": 874288421
        },
        {
            "start": 874288448,
            "stop": 874288491
        },
        {
            "start": 874288510,
            "stop": 874288531
        },
        {
            "start": 874288568,
            "stop": 874288579
        },
        {
            "start": 874288622,
            "stop": 874288634
        },
        {
            "start": 874288657,
            "stop": 874288663
        },
        {
            "start": 874288713,
            "stop": 874288721
        },
        {
            "start": 874288740,
            "stop": 874288764
        },
        {
            "start": 874288783,
            "stop": 874288839
        },
        {
            "start": 874288870,
            "stop": 874288872
        },
        {
            "start": 874288909,
            "stop": 874288924
        },
        {
            "start": 874288943,
            "stop": 874288948
        },
        {
            "start": 874288969,
            "stop": 874289044
        },
        {
            "start": 874289074,
            "stop": 874289098
        },
        {
            "start": 874289117,
            "stop": 874289160
        },
        {
            "start": 874289179,
            "stop": 874289221
        },
        {
            "start": 874289240,
            "stop": 874289296
        },
        {
            "start": 874289316,
            "stop": 874289340
        }
    ]
}