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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=202",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=200",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 201,
    "results": [
        {
            "start": 1264381534,
            "stop": 1264381586
        },
        {
            "start": 1264381588,
            "stop": 1264381589
        },
        {
            "start": 1264381590,
            "stop": 1264381596
        },
        {
            "start": 1264381598,
            "stop": 1264381603
        },
        {
            "start": 1264381607,
            "stop": 1264381612
        },
        {
            "start": 1264381615,
            "stop": 1264381640
        },
        {
            "start": 1264381642,
            "stop": 1264381643
        },
        {
            "start": 1264381644,
            "stop": 1264381773
        },
        {
            "start": 1264381775,
            "stop": 1264381784
        },
        {
            "start": 1264381786,
            "stop": 1264381792
        },
        {
            "start": 1264381794,
            "stop": 1264381802
        },
        {
            "start": 1264381803,
            "stop": 1264381814
        },
        {
            "start": 1264381815,
            "stop": 1264381819
        },
        {
            "start": 1264381820,
            "stop": 1264381822
        },
        {
            "start": 1264381824,
            "stop": 1264381827
        },
        {
            "start": 1264381829,
            "stop": 1264381835
        },
        {
            "start": 1264381837,
            "stop": 1264381900
        },
        {
            "start": 1264381901,
            "stop": 1264382021
        },
        {
            "start": 1264382023,
            "stop": 1264382029
        },
        {
            "start": 1264382031,
            "stop": 1264382089
        }
    ]
}