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=9870
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=9871",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9869",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9870,
    "results": [
        {
            "start": 870533339,
            "stop": 870533373
        },
        {
            "start": 870533409,
            "stop": 870533422
        },
        {
            "start": 870533456,
            "stop": 870533730
        },
        {
            "start": 870544283,
            "stop": 870544297
        },
        {
            "start": 870544446,
            "stop": 870544522
        },
        {
            "start": 870544957,
            "stop": 870545252
        },
        {
            "start": 870545286,
            "stop": 870547140
        },
        {
            "start": 870547288,
            "stop": 870547601
        },
        {
            "start": 870548217,
            "stop": 870551700
        },
        {
            "start": 870552570,
            "stop": 870555257
        },
        {
            "start": 870555274,
            "stop": 870555922
        },
        {
            "start": 870556216,
            "stop": 870558300
        },
        {
            "start": 870558420,
            "stop": 870558583
        },
        {
            "start": 870558600,
            "stop": 870563100
        },
        {
            "start": 870563160,
            "stop": 870563451
        },
        {
            "start": 870563487,
            "stop": 870567090
        },
        {
            "start": 870567930,
            "stop": 870581663
        },
        {
            "start": 870581681,
            "stop": 870591327
        },
        {
            "start": 870591361,
            "stop": 870591447
        },
        {
            "start": 870591481,
            "stop": 870592055
        }
    ]
}