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=350
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=351",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=349",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 350,
    "results": [
        {
            "start": 1264166119,
            "stop": 1264166303
        },
        {
            "start": 1264166305,
            "stop": 1264166944
        },
        {
            "start": 1264166947,
            "stop": 1264167094
        },
        {
            "start": 1264167096,
            "stop": 1264167098
        },
        {
            "start": 1264167104,
            "stop": 1264167115
        },
        {
            "start": 1264167117,
            "stop": 1264167119
        },
        {
            "start": 1264167120,
            "stop": 1264167123
        },
        {
            "start": 1264167125,
            "stop": 1264167126
        },
        {
            "start": 1264167128,
            "stop": 1264167228
        },
        {
            "start": 1264167230,
            "stop": 1264167259
        },
        {
            "start": 1264167264,
            "stop": 1264167269
        },
        {
            "start": 1264167270,
            "stop": 1264167275
        },
        {
            "start": 1264167277,
            "stop": 1264167531
        },
        {
            "start": 1264167533,
            "stop": 1264167542
        },
        {
            "start": 1264167543,
            "stop": 1264167548
        },
        {
            "start": 1264167550,
            "stop": 1264167551
        },
        {
            "start": 1264167552,
            "stop": 1264167560
        },
        {
            "start": 1264167563,
            "stop": 1264167569
        },
        {
            "start": 1264167571,
            "stop": 1264167572
        },
        {
            "start": 1264167579,
            "stop": 1264167722
        }
    ]
}