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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1571",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1569",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1570,
    "results": [
        {
            "start": 952464131,
            "stop": 952464369
        },
        {
            "start": 952464371,
            "stop": 952464511
        },
        {
            "start": 952464513,
            "stop": 952464614
        },
        {
            "start": 952464616,
            "stop": 952464914
        },
        {
            "start": 952464916,
            "stop": 952465034
        },
        {
            "start": 952465036,
            "stop": 952465338
        },
        {
            "start": 952465340,
            "stop": 952469655
        },
        {
            "start": 952469657,
            "stop": 952470712
        },
        {
            "start": 952470714,
            "stop": 952470956
        },
        {
            "start": 952470958,
            "stop": 952471526
        },
        {
            "start": 952471528,
            "stop": 952472486
        },
        {
            "start": 952472487,
            "stop": 952473128
        },
        {
            "start": 952473129,
            "stop": 952473676
        },
        {
            "start": 952473678,
            "stop": 952473939
        },
        {
            "start": 952473940,
            "stop": 952474047
        },
        {
            "start": 952474049,
            "stop": 952474757
        },
        {
            "start": 952480932,
            "stop": 952481871
        },
        {
            "start": 952481873,
            "stop": 952484122
        },
        {
            "start": 952484123,
            "stop": 952484636
        },
        {
            "start": 952484945,
            "stop": 952485054
        }
    ]
}