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=15952
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=15953",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15951",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15952,
    "results": [
        {
            "start": 971410461,
            "stop": 971410462
        },
        {
            "start": 971410463,
            "stop": 971410464
        },
        {
            "start": 971410465,
            "stop": 971410466
        },
        {
            "start": 971410468,
            "stop": 971410470
        },
        {
            "start": 971410474,
            "stop": 971410479
        },
        {
            "start": 971410482,
            "stop": 971410484
        },
        {
            "start": 971410488,
            "stop": 971410491
        },
        {
            "start": 971410493,
            "stop": 971410501
        },
        {
            "start": 971410506,
            "stop": 971410512
        },
        {
            "start": 971410514,
            "stop": 971410515
        },
        {
            "start": 971410516,
            "stop": 971410518
        },
        {
            "start": 971410519,
            "stop": 971410520
        },
        {
            "start": 971410521,
            "stop": 971410529
        },
        {
            "start": 971410531,
            "stop": 971410535
        },
        {
            "start": 971410538,
            "stop": 971410539
        },
        {
            "start": 971410541,
            "stop": 971410565
        },
        {
            "start": 971410567,
            "stop": 971410571
        },
        {
            "start": 971410572,
            "stop": 971410579
        },
        {
            "start": 971410581,
            "stop": 971410582
        },
        {
            "start": 971410587,
            "stop": 971410588
        }
    ]
}