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=677
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=678",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=676",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 677,
    "results": [
        {
            "start": 1248617647,
            "stop": 1248617650
        },
        {
            "start": 1248617655,
            "stop": 1248617685
        },
        {
            "start": 1248617690,
            "stop": 1248617783
        },
        {
            "start": 1248617788,
            "stop": 1248617934
        },
        {
            "start": 1248617937,
            "stop": 1248617938
        },
        {
            "start": 1248617941,
            "stop": 1248618045
        },
        {
            "start": 1248618050,
            "stop": 1248618713
        },
        {
            "start": 1248618718,
            "stop": 1248619011
        },
        {
            "start": 1248619013,
            "stop": 1248619160
        },
        {
            "start": 1248619164,
            "stop": 1248619763
        },
        {
            "start": 1248619766,
            "stop": 1248619903
        },
        {
            "start": 1248619905,
            "stop": 1248619915
        },
        {
            "start": 1248619920,
            "stop": 1248619924
        },
        {
            "start": 1248619926,
            "stop": 1248619942
        },
        {
            "start": 1248619944,
            "stop": 1248619994
        },
        {
            "start": 1248619999,
            "stop": 1248620197
        },
        {
            "start": 1248620199,
            "stop": 1248620220
        },
        {
            "start": 1248620224,
            "stop": 1248620247
        },
        {
            "start": 1248620250,
            "stop": 1248620262
        },
        {
            "start": 1248620266,
            "stop": 1248620437
        }
    ]
}