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=9859
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=9860",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9858",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9859,
    "results": [
        {
            "start": 870043979,
            "stop": 870044255
        },
        {
            "start": 870044273,
            "stop": 870044277
        },
        {
            "start": 870044294,
            "stop": 870044509
        },
        {
            "start": 870044527,
            "stop": 870044636
        },
        {
            "start": 870044654,
            "stop": 870044687
        },
        {
            "start": 870044704,
            "stop": 870044746
        },
        {
            "start": 870044778,
            "stop": 870044789
        },
        {
            "start": 870044807,
            "stop": 870044820
        },
        {
            "start": 870044837,
            "stop": 870044857
        },
        {
            "start": 870044875,
            "stop": 870044911
        },
        {
            "start": 870044928,
            "stop": 870044974
        },
        {
            "start": 870044991,
            "stop": 870045026
        },
        {
            "start": 870045043,
            "stop": 870045050
        },
        {
            "start": 870045067,
            "stop": 870045093
        },
        {
            "start": 870045138,
            "stop": 870045172
        },
        {
            "start": 870045189,
            "stop": 870045218
        },
        {
            "start": 870049571,
            "stop": 870049596
        },
        {
            "start": 870049683,
            "stop": 870049697
        },
        {
            "start": 870049715,
            "stop": 870050448
        },
        {
            "start": 870050465,
            "stop": 870057056
        }
    ]
}