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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=4",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 5,
    "results": [
        {
            "start": 1397181332,
            "stop": 1397184187
        },
        {
            "start": 1397184557,
            "stop": 1397184598
        },
        {
            "start": 1397185147,
            "stop": 1397185372
        },
        {
            "start": 1397196003,
            "stop": 1397204588
        },
        {
            "start": 1397204595,
            "stop": 1397207062
        },
        {
            "start": 1397207069,
            "stop": 1397208353
        },
        {
            "start": 1397208360,
            "stop": 1397209009
        },
        {
            "start": 1397209012,
            "stop": 1397223999
        },
        {
            "start": 1397232636,
            "stop": 1397241884
        },
        {
            "start": 1397241890,
            "stop": 1397243412
        },
        {
            "start": 1397243419,
            "stop": 1397244454
        },
        {
            "start": 1397244615,
            "stop": 1397244793
        },
        {
            "start": 1397244800,
            "stop": 1397252216
        },
        {
            "start": 1397252301,
            "stop": 1397259366
        },
        {
            "start": 1397259602,
            "stop": 1397259623
        },
        {
            "start": 1397267320,
            "stop": 1397267829
        },
        {
            "start": 1397267834,
            "stop": 1397268750
        },
        {
            "start": 1397278513,
            "stop": 1397280302
        },
        {
            "start": 1397280305,
            "stop": 1397291015
        },
        {
            "start": 1397294946,
            "stop": 1397307701
        }
    ]
}