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=176
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=177",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=175",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 176,
    "results": [
        {
            "start": 1383876095,
            "stop": 1383893804
        },
        {
            "start": 1383893809,
            "stop": 1383900219
        },
        {
            "start": 1383900222,
            "stop": 1383900381
        },
        {
            "start": 1383900386,
            "stop": 1383907406
        },
        {
            "start": 1383907411,
            "stop": 1383914917
        },
        {
            "start": 1383914922,
            "stop": 1383915459
        },
        {
            "start": 1383915464,
            "stop": 1383915470
        },
        {
            "start": 1383915475,
            "stop": 1383916290
        },
        {
            "start": 1383916295,
            "stop": 1383916309
        },
        {
            "start": 1383916318,
            "stop": 1383916324
        },
        {
            "start": 1383916329,
            "stop": 1383917034
        },
        {
            "start": 1383917039,
            "stop": 1383921591
        },
        {
            "start": 1383921596,
            "stop": 1383923983
        },
        {
            "start": 1383923988,
            "stop": 1383924939
        },
        {
            "start": 1383924943,
            "stop": 1383926124
        },
        {
            "start": 1383926129,
            "stop": 1383927189
        },
        {
            "start": 1383927194,
            "stop": 1383927211
        },
        {
            "start": 1383927216,
            "stop": 1383927235
        },
        {
            "start": 1383927240,
            "stop": 1383931427
        },
        {
            "start": 1383931431,
            "stop": 1383931616
        }
    ]
}