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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6163",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6164,
    "results": [
        {
            "start": 874386887,
            "stop": 874386890
        },
        {
            "start": 874386893,
            "stop": 874386965
        },
        {
            "start": 874386968,
            "stop": 874386979
        },
        {
            "start": 874386982,
            "stop": 874388139
        },
        {
            "start": 874388140,
            "stop": 874388637
        },
        {
            "start": 874388640,
            "stop": 874388683
        },
        {
            "start": 874388684,
            "stop": 874388766
        },
        {
            "start": 874388770,
            "stop": 874388773
        },
        {
            "start": 874388781,
            "stop": 874388795
        },
        {
            "start": 874388801,
            "stop": 874388841
        },
        {
            "start": 874388846,
            "stop": 874388849
        },
        {
            "start": 874388853,
            "stop": 874388854
        },
        {
            "start": 874388861,
            "stop": 874388868
        },
        {
            "start": 874388871,
            "stop": 874388873
        },
        {
            "start": 874388876,
            "stop": 874388877
        },
        {
            "start": 874388884,
            "stop": 874388888
        },
        {
            "start": 874388891,
            "stop": 874388902
        },
        {
            "start": 874388907,
            "stop": 874388935
        },
        {
            "start": 874388940,
            "stop": 874388970
        },
        {
            "start": 874388973,
            "stop": 874388975
        }
    ]
}