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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=174",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 175,
    "results": [
        {
            "start": 1420492150,
            "stop": 1420492157
        },
        {
            "start": 1420492162,
            "stop": 1420492178
        },
        {
            "start": 1420492183,
            "stop": 1420492965
        },
        {
            "start": 1420498568,
            "stop": 1420499357
        },
        {
            "start": 1420499362,
            "stop": 1420501640
        },
        {
            "start": 1420501645,
            "stop": 1420501670
        },
        {
            "start": 1420501675,
            "stop": 1420503340
        },
        {
            "start": 1420503345,
            "stop": 1420522577
        },
        {
            "start": 1420522812,
            "stop": 1420525725
        },
        {
            "start": 1420525730,
            "stop": 1420528167
        },
        {
            "start": 1420528171,
            "stop": 1420532949
        },
        {
            "start": 1420532952,
            "stop": 1420534223
        },
        {
            "start": 1420534228,
            "stop": 1420534350
        },
        {
            "start": 1420534355,
            "stop": 1420534538
        },
        {
            "start": 1420539401,
            "stop": 1420540962
        },
        {
            "start": 1420541046,
            "stop": 1420542230
        },
        {
            "start": 1420557881,
            "stop": 1420565397
        },
        {
            "start": 1420565402,
            "stop": 1420569982
        },
        {
            "start": 1420569986,
            "stop": 1420569988
        },
        {
            "start": 1420569993,
            "stop": 1420581027
        }
    ]
}