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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=209",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=207",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 208,
    "results": [
        {
            "start": 931451254,
            "stop": 931451258
        },
        {
            "start": 931451260,
            "stop": 931451281
        },
        {
            "start": 931451283,
            "stop": 931451298
        },
        {
            "start": 931451301,
            "stop": 931451351
        },
        {
            "start": 931451353,
            "stop": 931451367
        },
        {
            "start": 931451369,
            "stop": 931451376
        },
        {
            "start": 931451378,
            "stop": 931451380
        },
        {
            "start": 931451383,
            "stop": 931451417
        },
        {
            "start": 931451418,
            "stop": 931451434
        },
        {
            "start": 931451436,
            "stop": 931451490
        },
        {
            "start": 931451492,
            "stop": 931451505
        },
        {
            "start": 931451507,
            "stop": 931451546
        },
        {
            "start": 931451548,
            "stop": 931451582
        },
        {
            "start": 931451584,
            "stop": 931451585
        },
        {
            "start": 931451587,
            "stop": 931451622
        },
        {
            "start": 931451624,
            "stop": 931451650
        },
        {
            "start": 931451652,
            "stop": 931451663
        },
        {
            "start": 931451667,
            "stop": 931451738
        },
        {
            "start": 931451744,
            "stop": 931451751
        },
        {
            "start": 931451753,
            "stop": 931451754
        }
    ]
}