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=2071
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=2072",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2070",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2071,
    "results": [
        {
            "start": 870892485,
            "stop": 870892505
        },
        {
            "start": 870895406,
            "stop": 870895437
        },
        {
            "start": 870895454,
            "stop": 870895484
        },
        {
            "start": 870895526,
            "stop": 870895551
        },
        {
            "start": 870895585,
            "stop": 870895663
        },
        {
            "start": 870895681,
            "stop": 870895790
        },
        {
            "start": 870895852,
            "stop": 870896035
        },
        {
            "start": 870896052,
            "stop": 870896549
        },
        {
            "start": 870896566,
            "stop": 870896747
        },
        {
            "start": 870896778,
            "stop": 870896982
        },
        {
            "start": 870896999,
            "stop": 870897307
        },
        {
            "start": 870897328,
            "stop": 870897445
        },
        {
            "start": 870897463,
            "stop": 870897669
        },
        {
            "start": 870897693,
            "stop": 870897749
        },
        {
            "start": 870897783,
            "stop": 870898016
        },
        {
            "start": 870898033,
            "stop": 870898039
        },
        {
            "start": 870898057,
            "stop": 870898086
        },
        {
            "start": 870898103,
            "stop": 870898559
        },
        {
            "start": 870898732,
            "stop": 870899277
        },
        {
            "start": 870899296,
            "stop": 870899460
        }
    ]
}