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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=97",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 98,
    "results": [
        {
            "start": 1239156007,
            "stop": 1239156145
        },
        {
            "start": 1239156146,
            "stop": 1239156742
        },
        {
            "start": 1239156745,
            "stop": 1239157123
        },
        {
            "start": 1239157125,
            "stop": 1239158856
        },
        {
            "start": 1239158859,
            "stop": 1239159162
        },
        {
            "start": 1239159165,
            "stop": 1239161643
        },
        {
            "start": 1239161645,
            "stop": 1239164311
        },
        {
            "start": 1239164313,
            "stop": 1239164832
        },
        {
            "start": 1239164833,
            "stop": 1239164984
        },
        {
            "start": 1239164987,
            "stop": 1239165405
        },
        {
            "start": 1239165406,
            "stop": 1239165740
        },
        {
            "start": 1239165743,
            "stop": 1239166137
        },
        {
            "start": 1239166138,
            "stop": 1239167612
        },
        {
            "start": 1239167615,
            "stop": 1239167725
        },
        {
            "start": 1239167726,
            "stop": 1239168064
        },
        {
            "start": 1239168067,
            "stop": 1239168909
        },
        {
            "start": 1239168911,
            "stop": 1239169065
        },
        {
            "start": 1239169067,
            "stop": 1239169359
        },
        {
            "start": 1239169361,
            "stop": 1239169386
        },
        {
            "start": 1239169389,
            "stop": 1239170181
        }
    ]
}