Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=80
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=79",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 80,
    "results": [
        {
            "start": 1258787870,
            "stop": 1258788118
        },
        {
            "start": 1258788121,
            "stop": 1258788430
        },
        {
            "start": 1258788433,
            "stop": 1258791939
        },
        {
            "start": 1258791942,
            "stop": 1258793641
        },
        {
            "start": 1258793646,
            "stop": 1258797765
        },
        {
            "start": 1258797767,
            "stop": 1258800023
        },
        {
            "start": 1258800027,
            "stop": 1258802335
        },
        {
            "start": 1258802338,
            "stop": 1258804463
        },
        {
            "start": 1258804466,
            "stop": 1258806751
        },
        {
            "start": 1258806754,
            "stop": 1258815801
        },
        {
            "start": 1258837423,
            "stop": 1258837531
        },
        {
            "start": 1258837564,
            "stop": 1258838089
        },
        {
            "start": 1258838091,
            "stop": 1258840152
        },
        {
            "start": 1258840155,
            "stop": 1258841026
        },
        {
            "start": 1258841030,
            "stop": 1258842989
        },
        {
            "start": 1258842994,
            "stop": 1258845654
        },
        {
            "start": 1258845657,
            "stop": 1258846012
        },
        {
            "start": 1258846084,
            "stop": 1258847173
        },
        {
            "start": 1258847176,
            "stop": 1258848440
        },
        {
            "start": 1258848445,
            "stop": 1258848464
        }
    ]
}