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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=648",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=646",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 647,
    "results": [
        {
            "start": 1247792249,
            "stop": 1247796672
        },
        {
            "start": 1247796677,
            "stop": 1247797236
        },
        {
            "start": 1247797241,
            "stop": 1247798497
        },
        {
            "start": 1247798499,
            "stop": 1247801771
        },
        {
            "start": 1247801774,
            "stop": 1247802023
        },
        {
            "start": 1247802027,
            "stop": 1247804792
        },
        {
            "start": 1247804796,
            "stop": 1247810876
        },
        {
            "start": 1247810884,
            "stop": 1247812894
        },
        {
            "start": 1247812897,
            "stop": 1247814260
        },
        {
            "start": 1247814262,
            "stop": 1247815567
        },
        {
            "start": 1247815572,
            "stop": 1247816775
        },
        {
            "start": 1247816779,
            "stop": 1247822369
        },
        {
            "start": 1247822372,
            "stop": 1247823596
        },
        {
            "start": 1247823604,
            "stop": 1247824249
        },
        {
            "start": 1247824252,
            "stop": 1247827370
        },
        {
            "start": 1247827371,
            "stop": 1247827559
        },
        {
            "start": 1247827561,
            "stop": 1247829284
        },
        {
            "start": 1247829287,
            "stop": 1247831414
        },
        {
            "start": 1247831418,
            "stop": 1247834502
        },
        {
            "start": 1247834505,
            "stop": 1247841548
        }
    ]
}