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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8827",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8825",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8826,
    "results": [
        {
            "start": 872671888,
            "stop": 872671919
        },
        {
            "start": 872671938,
            "stop": 872672534
        },
        {
            "start": 872673720,
            "stop": 872673900
        },
        {
            "start": 872673998,
            "stop": 872674108
        },
        {
            "start": 872674127,
            "stop": 872675135
        },
        {
            "start": 872675152,
            "stop": 872675760
        },
        {
            "start": 872675777,
            "stop": 872676533
        },
        {
            "start": 872676550,
            "stop": 872677314
        },
        {
            "start": 872677336,
            "stop": 872677570
        },
        {
            "start": 872677589,
            "stop": 872678219
        },
        {
            "start": 872678236,
            "stop": 872679314
        },
        {
            "start": 872679333,
            "stop": 872679493
        },
        {
            "start": 872679517,
            "stop": 872679563
        },
        {
            "start": 872679582,
            "stop": 872679955
        },
        {
            "start": 872679977,
            "stop": 872680003
        },
        {
            "start": 872680022,
            "stop": 872680689
        },
        {
            "start": 872680706,
            "stop": 872680829
        },
        {
            "start": 872680848,
            "stop": 872680932
        },
        {
            "start": 872680951,
            "stop": 872683038
        },
        {
            "start": 872683055,
            "stop": 872683086
        }
    ]
}