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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=325",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=323",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 324,
    "results": [
        {
            "start": 822478157,
            "stop": 822478273
        },
        {
            "start": 822478491,
            "stop": 822478594
        },
        {
            "start": 822478601,
            "stop": 822478633
        },
        {
            "start": 822478640,
            "stop": 822478710
        },
        {
            "start": 822478717,
            "stop": 822478753
        },
        {
            "start": 822480318,
            "stop": 822480329
        },
        {
            "start": 822480342,
            "stop": 822480500
        },
        {
            "start": 822480508,
            "stop": 822480635
        },
        {
            "start": 822480643,
            "stop": 822480860
        },
        {
            "start": 822480867,
            "stop": 822480981
        },
        {
            "start": 822480989,
            "stop": 822481025
        },
        {
            "start": 822481032,
            "stop": 822481084
        },
        {
            "start": 822481092,
            "stop": 822481118
        },
        {
            "start": 822481125,
            "stop": 822481167
        },
        {
            "start": 822481184,
            "stop": 822481221
        },
        {
            "start": 822481228,
            "stop": 822481249
        },
        {
            "start": 822481256,
            "stop": 822481357
        },
        {
            "start": 822481365,
            "stop": 822481523
        },
        {
            "start": 822481530,
            "stop": 822481533
        },
        {
            "start": 822481540,
            "stop": 822481549
        }
    ]
}