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=10166
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=10167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10165",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10166,
    "results": [
        {
            "start": 873798510,
            "stop": 873798606
        },
        {
            "start": 873798642,
            "stop": 873798691
        },
        {
            "start": 873798739,
            "stop": 873798776
        },
        {
            "start": 873798783,
            "stop": 873798791
        },
        {
            "start": 873798798,
            "stop": 873798843
        },
        {
            "start": 873798851,
            "stop": 873799115
        },
        {
            "start": 873799122,
            "stop": 873799167
        },
        {
            "start": 873799231,
            "stop": 873799370
        },
        {
            "start": 873799378,
            "stop": 873799578
        },
        {
            "start": 873799586,
            "stop": 873799624
        },
        {
            "start": 873799631,
            "stop": 873799686
        },
        {
            "start": 873799694,
            "stop": 873799743
        },
        {
            "start": 873799886,
            "stop": 873799908
        },
        {
            "start": 873799949,
            "stop": 873799953
        },
        {
            "start": 873799961,
            "stop": 873799971
        },
        {
            "start": 873799978,
            "stop": 873800072
        },
        {
            "start": 873800080,
            "stop": 873800117
        },
        {
            "start": 873800124,
            "stop": 873800157
        },
        {
            "start": 873800164,
            "stop": 873800169
        },
        {
            "start": 873800176,
            "stop": 873800470
        }
    ]
}