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=337
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=338",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=336",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 337,
    "results": [
        {
            "start": 1240654666,
            "stop": 1240654755
        },
        {
            "start": 1240654756,
            "stop": 1240654967
        },
        {
            "start": 1240654969,
            "stop": 1240654987
        },
        {
            "start": 1240654988,
            "stop": 1240655338
        },
        {
            "start": 1240655340,
            "stop": 1240655494
        },
        {
            "start": 1240655495,
            "stop": 1240655865
        },
        {
            "start": 1240655866,
            "stop": 1240655911
        },
        {
            "start": 1240655912,
            "stop": 1240656145
        },
        {
            "start": 1240656148,
            "stop": 1240656329
        },
        {
            "start": 1240656337,
            "stop": 1240656653
        },
        {
            "start": 1240656654,
            "stop": 1240656724
        },
        {
            "start": 1240656725,
            "stop": 1240656765
        },
        {
            "start": 1240656767,
            "stop": 1240656858
        },
        {
            "start": 1240656860,
            "stop": 1240657368
        },
        {
            "start": 1240657370,
            "stop": 1240657520
        },
        {
            "start": 1240657521,
            "stop": 1240657696
        },
        {
            "start": 1240657697,
            "stop": 1240657770
        },
        {
            "start": 1240657771,
            "stop": 1240657793
        },
        {
            "start": 1240657795,
            "stop": 1240657818
        },
        {
            "start": 1240657819,
            "stop": 1240658785
        }
    ]
}