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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=755",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=753",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 754,
    "results": [
        {
            "start": 1249055393,
            "stop": 1249055421
        },
        {
            "start": 1249055426,
            "stop": 1249055443
        },
        {
            "start": 1249055444,
            "stop": 1249055454
        },
        {
            "start": 1249055457,
            "stop": 1249055466
        },
        {
            "start": 1249055467,
            "stop": 1249055470
        },
        {
            "start": 1249055471,
            "stop": 1249055845
        },
        {
            "start": 1249055847,
            "stop": 1249055869
        },
        {
            "start": 1249055872,
            "stop": 1249055873
        },
        {
            "start": 1249055874,
            "stop": 1249055902
        },
        {
            "start": 1249055903,
            "stop": 1249055913
        },
        {
            "start": 1249055915,
            "stop": 1249055939
        },
        {
            "start": 1249055940,
            "stop": 1249056035
        },
        {
            "start": 1249056036,
            "stop": 1249056041
        },
        {
            "start": 1249056043,
            "stop": 1249056047
        },
        {
            "start": 1249056051,
            "stop": 1249056052
        },
        {
            "start": 1249056055,
            "stop": 1249056125
        },
        {
            "start": 1249056127,
            "stop": 1249056128
        },
        {
            "start": 1249056129,
            "stop": 1249056138
        },
        {
            "start": 1249056139,
            "stop": 1249056208
        },
        {
            "start": 1249056209,
            "stop": 1249056322
        }
    ]
}