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=1732
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=1733",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1731",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1732,
    "results": [
        {
            "start": 1249276814,
            "stop": 1249276893
        },
        {
            "start": 1249276896,
            "stop": 1249277465
        },
        {
            "start": 1249277468,
            "stop": 1249277978
        },
        {
            "start": 1249277981,
            "stop": 1249278083
        },
        {
            "start": 1249278086,
            "stop": 1249278187
        },
        {
            "start": 1249278190,
            "stop": 1249278705
        },
        {
            "start": 1249278708,
            "stop": 1249279738
        },
        {
            "start": 1249279741,
            "stop": 1249279834
        },
        {
            "start": 1249279837,
            "stop": 1249280735
        },
        {
            "start": 1249280738,
            "stop": 1249281143
        },
        {
            "start": 1249281146,
            "stop": 1249281736
        },
        {
            "start": 1249281739,
            "stop": 1249281876
        },
        {
            "start": 1249281879,
            "stop": 1249282243
        },
        {
            "start": 1249282246,
            "stop": 1249282755
        },
        {
            "start": 1249282758,
            "stop": 1249283039
        },
        {
            "start": 1249283042,
            "stop": 1249283089
        },
        {
            "start": 1249283092,
            "stop": 1249283665
        },
        {
            "start": 1249283668,
            "stop": 1249284036
        },
        {
            "start": 1249284039,
            "stop": 1249284160
        },
        {
            "start": 1249284163,
            "stop": 1249284860
        }
    ]
}