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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40582",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40580",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40581,
    "results": [
        {
            "start": 874855174,
            "stop": 874855177
        },
        {
            "start": 874855178,
            "stop": 874855207
        },
        {
            "start": 874855208,
            "stop": 874855217
        },
        {
            "start": 874855219,
            "stop": 874855222
        },
        {
            "start": 874855223,
            "stop": 874855246
        },
        {
            "start": 874855247,
            "stop": 874855266
        },
        {
            "start": 874855268,
            "stop": 874855272
        },
        {
            "start": 874855273,
            "stop": 874855358
        },
        {
            "start": 874855359,
            "stop": 874855380
        },
        {
            "start": 874855500,
            "stop": 874855587
        },
        {
            "start": 874855588,
            "stop": 874855625
        },
        {
            "start": 874855627,
            "stop": 874855637
        },
        {
            "start": 874855638,
            "stop": 874855646
        },
        {
            "start": 874855647,
            "stop": 874855651
        },
        {
            "start": 874855653,
            "stop": 874855685
        },
        {
            "start": 874855687,
            "stop": 874855690
        },
        {
            "start": 874855691,
            "stop": 874855750
        },
        {
            "start": 874855751,
            "stop": 874855752
        },
        {
            "start": 874855754,
            "stop": 874855768
        },
        {
            "start": 874855769,
            "stop": 874855783
        }
    ]
}