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=194
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=195",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=193",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 194,
    "results": [
        {
            "start": 1385908785,
            "stop": 1385914605
        },
        {
            "start": 1385914610,
            "stop": 1385916459
        },
        {
            "start": 1385916464,
            "stop": 1385916879
        },
        {
            "start": 1385916884,
            "stop": 1385916944
        },
        {
            "start": 1385916949,
            "stop": 1385920757
        },
        {
            "start": 1385920762,
            "stop": 1385925670
        },
        {
            "start": 1385939097,
            "stop": 1385942113
        },
        {
            "start": 1385942118,
            "stop": 1385958374
        },
        {
            "start": 1385958379,
            "stop": 1385958854
        },
        {
            "start": 1385958859,
            "stop": 1385960091
        },
        {
            "start": 1385960096,
            "stop": 1385964393
        },
        {
            "start": 1385964398,
            "stop": 1385972520
        },
        {
            "start": 1385972525,
            "stop": 1385976285
        },
        {
            "start": 1385976289,
            "stop": 1385980758
        },
        {
            "start": 1385980763,
            "stop": 1385984308
        },
        {
            "start": 1386010043,
            "stop": 1386015521
        },
        {
            "start": 1386015526,
            "stop": 1386015532
        },
        {
            "start": 1386021442,
            "stop": 1386022367
        },
        {
            "start": 1386022372,
            "stop": 1386023316
        },
        {
            "start": 1386023321,
            "stop": 1386025405
        }
    ]
}