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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=113",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 114,
    "results": [
        {
            "start": 1372180914,
            "stop": 1372182440
        },
        {
            "start": 1372182442,
            "stop": 1372184449
        },
        {
            "start": 1372184450,
            "stop": 1372184896
        },
        {
            "start": 1372184897,
            "stop": 1372185848
        },
        {
            "start": 1372185849,
            "stop": 1372187132
        },
        {
            "start": 1372187134,
            "stop": 1372188031
        },
        {
            "start": 1372188033,
            "stop": 1372188204
        },
        {
            "start": 1372188205,
            "stop": 1372188437
        },
        {
            "start": 1372188438,
            "stop": 1372188953
        },
        {
            "start": 1372188955,
            "stop": 1372190045
        },
        {
            "start": 1372190047,
            "stop": 1372190198
        },
        {
            "start": 1372190200,
            "stop": 1372190451
        },
        {
            "start": 1372190453,
            "stop": 1372190959
        },
        {
            "start": 1372190960,
            "stop": 1372191697
        },
        {
            "start": 1372191698,
            "stop": 1372191870
        },
        {
            "start": 1372191872,
            "stop": 1372192133
        },
        {
            "start": 1372192135,
            "stop": 1372192933
        },
        {
            "start": 1372192934,
            "stop": 1372193701
        },
        {
            "start": 1372193703,
            "stop": 1372193885
        },
        {
            "start": 1372193886,
            "stop": 1372194108
        }
    ]
}