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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=141",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 142,
    "results": [
        {
            "start": 1380892808,
            "stop": 1380894328
        },
        {
            "start": 1380894333,
            "stop": 1380895691
        },
        {
            "start": 1380895696,
            "stop": 1380896826
        },
        {
            "start": 1380896831,
            "stop": 1380899770
        },
        {
            "start": 1380899774,
            "stop": 1380905266
        },
        {
            "start": 1380905271,
            "stop": 1380905593
        },
        {
            "start": 1380905598,
            "stop": 1380905601
        },
        {
            "start": 1380905606,
            "stop": 1380907592
        },
        {
            "start": 1380911946,
            "stop": 1380914964
        },
        {
            "start": 1380914969,
            "stop": 1380915235
        },
        {
            "start": 1380915240,
            "stop": 1380917284
        },
        {
            "start": 1380917289,
            "stop": 1380917791
        },
        {
            "start": 1380923211,
            "stop": 1380933007
        },
        {
            "start": 1380933012,
            "stop": 1380934804
        },
        {
            "start": 1380934809,
            "stop": 1380942647
        },
        {
            "start": 1380942652,
            "stop": 1380943421
        },
        {
            "start": 1380943425,
            "stop": 1380943752
        },
        {
            "start": 1380943756,
            "stop": 1380943774
        },
        {
            "start": 1380943778,
            "stop": 1380944371
        },
        {
            "start": 1380944374,
            "stop": 1380947051
        }
    ]
}