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/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=346
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=347",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=345",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 346,
    "results": [
        {
            "start": 1264161672,
            "stop": 1264161700
        },
        {
            "start": 1264161702,
            "stop": 1264161703
        },
        {
            "start": 1264161704,
            "stop": 1264161705
        },
        {
            "start": 1264161712,
            "stop": 1264161713
        },
        {
            "start": 1264161714,
            "stop": 1264161717
        },
        {
            "start": 1264161719,
            "stop": 1264161774
        },
        {
            "start": 1264161776,
            "stop": 1264161783
        },
        {
            "start": 1264161785,
            "stop": 1264161916
        },
        {
            "start": 1264161918,
            "stop": 1264161925
        },
        {
            "start": 1264161926,
            "stop": 1264161929
        },
        {
            "start": 1264161930,
            "stop": 1264161934
        },
        {
            "start": 1264161936,
            "stop": 1264161940
        },
        {
            "start": 1264161941,
            "stop": 1264161943
        },
        {
            "start": 1264161944,
            "stop": 1264161948
        },
        {
            "start": 1264161951,
            "stop": 1264162009
        },
        {
            "start": 1264162010,
            "stop": 1264162013
        },
        {
            "start": 1264162015,
            "stop": 1264162017
        },
        {
            "start": 1264162018,
            "stop": 1264162020
        },
        {
            "start": 1264162022,
            "stop": 1264162041
        },
        {
            "start": 1264162043,
            "stop": 1264162050
        }
    ]
}