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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9858",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9856",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9857,
    "results": [
        {
            "start": 869927340,
            "stop": 869928311
        },
        {
            "start": 869956812,
            "stop": 869957091
        },
        {
            "start": 869957109,
            "stop": 869957148
        },
        {
            "start": 869957261,
            "stop": 869957484
        },
        {
            "start": 869957501,
            "stop": 869958847
        },
        {
            "start": 869958865,
            "stop": 869959067
        },
        {
            "start": 869959077,
            "stop": 869959079
        },
        {
            "start": 869963809,
            "stop": 869968170
        },
        {
            "start": 869969010,
            "stop": 869970028
        },
        {
            "start": 869970045,
            "stop": 869970176
        },
        {
            "start": 869970193,
            "stop": 869976921
        },
        {
            "start": 869976938,
            "stop": 869977425
        },
        {
            "start": 869977461,
            "stop": 869979450
        },
        {
            "start": 869979467,
            "stop": 869984596
        },
        {
            "start": 869984613,
            "stop": 869987204
        },
        {
            "start": 869987221,
            "stop": 869992597
        },
        {
            "start": 869992614,
            "stop": 869994016
        },
        {
            "start": 869994051,
            "stop": 869994090
        },
        {
            "start": 869995243,
            "stop": 869999758
        },
        {
            "start": 869999774,
            "stop": 870001620
        }
    ]
}