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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=351",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=349",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 350,
    "results": [
        {
            "start": 1240721754,
            "stop": 1240721842
        },
        {
            "start": 1240721844,
            "stop": 1240721876
        },
        {
            "start": 1240721877,
            "stop": 1240721930
        },
        {
            "start": 1240721931,
            "stop": 1240721968
        },
        {
            "start": 1240721969,
            "stop": 1240721971
        },
        {
            "start": 1240721973,
            "stop": 1240722022
        },
        {
            "start": 1240722023,
            "stop": 1240722072
        },
        {
            "start": 1240722073,
            "stop": 1240722081
        },
        {
            "start": 1240722082,
            "stop": 1240722103
        },
        {
            "start": 1240722106,
            "stop": 1240722137
        },
        {
            "start": 1240722140,
            "stop": 1240722141
        },
        {
            "start": 1240722142,
            "stop": 1240722330
        },
        {
            "start": 1240722331,
            "stop": 1240722345
        },
        {
            "start": 1240722348,
            "stop": 1240722369
        },
        {
            "start": 1240722370,
            "stop": 1240722375
        },
        {
            "start": 1240722378,
            "stop": 1240722380
        },
        {
            "start": 1240722382,
            "stop": 1240722401
        },
        {
            "start": 1240722402,
            "stop": 1240722500
        },
        {
            "start": 1240722502,
            "stop": 1240722583
        },
        {
            "start": 1240722584,
            "stop": 1240722592
        }
    ]
}