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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=108",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 109,
    "results": [
        {
            "start": 818210242,
            "stop": 818210246
        },
        {
            "start": 818210516,
            "stop": 818210518
        },
        {
            "start": 818210546,
            "stop": 818210547
        },
        {
            "start": 818210844,
            "stop": 818210845
        },
        {
            "start": 818210871,
            "stop": 818210872
        },
        {
            "start": 818210943,
            "stop": 818210944
        },
        {
            "start": 818210955,
            "stop": 818210956
        },
        {
            "start": 818211377,
            "stop": 818211379
        },
        {
            "start": 818211439,
            "stop": 818211441
        },
        {
            "start": 818211992,
            "stop": 818211993
        },
        {
            "start": 818212366,
            "stop": 818212367
        },
        {
            "start": 818213053,
            "stop": 818213057
        },
        {
            "start": 818213243,
            "stop": 818213246
        },
        {
            "start": 818213544,
            "stop": 818213548
        },
        {
            "start": 818213824,
            "stop": 818213828
        },
        {
            "start": 818214246,
            "stop": 818214247
        },
        {
            "start": 818214401,
            "stop": 818214405
        },
        {
            "start": 818214461,
            "stop": 818214462
        },
        {
            "start": 818214650,
            "stop": 818214651
        },
        {
            "start": 818215241,
            "stop": 818215242
        }
    ]
}