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=154
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=155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=153",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 154,
    "results": [
        {
            "start": 816848608,
            "stop": 816848616
        },
        {
            "start": 816848627,
            "stop": 816848628
        },
        {
            "start": 816848632,
            "stop": 816848658
        },
        {
            "start": 816848664,
            "stop": 816848696
        },
        {
            "start": 816848701,
            "stop": 816848706
        },
        {
            "start": 816848710,
            "stop": 816848755
        },
        {
            "start": 816848765,
            "stop": 816848770
        },
        {
            "start": 816848785,
            "stop": 816848817
        },
        {
            "start": 816848834,
            "stop": 816848837
        },
        {
            "start": 816848846,
            "stop": 816848849
        },
        {
            "start": 816848858,
            "stop": 816848859
        },
        {
            "start": 816848863,
            "stop": 816848872
        },
        {
            "start": 816848877,
            "stop": 816848886
        },
        {
            "start": 816848906,
            "stop": 816848915
        },
        {
            "start": 816848919,
            "stop": 816848924
        },
        {
            "start": 816848930,
            "stop": 816848955
        },
        {
            "start": 816848962,
            "stop": 816848977
        },
        {
            "start": 816848982,
            "stop": 816848983
        },
        {
            "start": 816848995,
            "stop": 816848996
        },
        {
            "start": 816849008,
            "stop": 816849011
        }
    ]
}