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=761
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=762",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=760",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 761,
    "results": [
        {
            "start": 1249067231,
            "stop": 1249067290
        },
        {
            "start": 1249067292,
            "stop": 1249068319
        },
        {
            "start": 1249068323,
            "stop": 1249068329
        },
        {
            "start": 1249068332,
            "stop": 1249068419
        },
        {
            "start": 1249068424,
            "stop": 1249068461
        },
        {
            "start": 1249068462,
            "stop": 1249068521
        },
        {
            "start": 1249068525,
            "stop": 1249068676
        },
        {
            "start": 1249068681,
            "stop": 1249068693
        },
        {
            "start": 1249068698,
            "stop": 1249068699
        },
        {
            "start": 1249068703,
            "stop": 1249068829
        },
        {
            "start": 1249068834,
            "stop": 1249068837
        },
        {
            "start": 1249068838,
            "stop": 1249068839
        },
        {
            "start": 1249068844,
            "stop": 1249068966
        },
        {
            "start": 1249068970,
            "stop": 1249068971
        },
        {
            "start": 1249068975,
            "stop": 1249068983
        },
        {
            "start": 1249068992,
            "stop": 1249068998
        },
        {
            "start": 1249069002,
            "stop": 1249069055
        },
        {
            "start": 1249069068,
            "stop": 1249069070
        },
        {
            "start": 1249069075,
            "stop": 1249069076
        },
        {
            "start": 1249069081,
            "stop": 1249069092
        }
    ]
}