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=266
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=267",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=265",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 266,
    "results": [
        {
            "start": 1264614452,
            "stop": 1264614453
        },
        {
            "start": 1264614454,
            "stop": 1264614496
        },
        {
            "start": 1264614502,
            "stop": 1264614503
        },
        {
            "start": 1264614505,
            "stop": 1264614506
        },
        {
            "start": 1264614507,
            "stop": 1264614529
        },
        {
            "start": 1264614539,
            "stop": 1264614547
        },
        {
            "start": 1264614548,
            "stop": 1264614549
        },
        {
            "start": 1264614550,
            "stop": 1264614554
        },
        {
            "start": 1264614555,
            "stop": 1264616453
        },
        {
            "start": 1264616455,
            "stop": 1264616482
        },
        {
            "start": 1264616483,
            "stop": 1264616733
        },
        {
            "start": 1264616734,
            "stop": 1264617013
        },
        {
            "start": 1264617017,
            "stop": 1264617144
        },
        {
            "start": 1264617145,
            "stop": 1264617316
        },
        {
            "start": 1264617317,
            "stop": 1264617320
        },
        {
            "start": 1264617321,
            "stop": 1264617323
        },
        {
            "start": 1264617327,
            "stop": 1264617329
        },
        {
            "start": 1264617337,
            "stop": 1264617338
        },
        {
            "start": 1264617339,
            "stop": 1264617340
        },
        {
            "start": 1264617343,
            "stop": 1264617345
        }
    ]
}