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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2115",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2116,
    "results": [
        {
            "start": 872137990,
            "stop": 872138068
        },
        {
            "start": 872138087,
            "stop": 872138135
        },
        {
            "start": 872138172,
            "stop": 872138184
        },
        {
            "start": 872138271,
            "stop": 872138336
        },
        {
            "start": 872138403,
            "stop": 872138409
        },
        {
            "start": 872138443,
            "stop": 872138506
        },
        {
            "start": 872138541,
            "stop": 872138560
        },
        {
            "start": 872138579,
            "stop": 872138615
        },
        {
            "start": 872138644,
            "stop": 872138685
        },
        {
            "start": 872138705,
            "stop": 872138725
        },
        {
            "start": 872138781,
            "stop": 872138782
        },
        {
            "start": 872138801,
            "stop": 872138827
        },
        {
            "start": 872138846,
            "stop": 872138875
        },
        {
            "start": 872138915,
            "stop": 872139005
        },
        {
            "start": 872139024,
            "stop": 872139058
        },
        {
            "start": 872139077,
            "stop": 872139091
        },
        {
            "start": 872139117,
            "stop": 872139130
        },
        {
            "start": 872139163,
            "stop": 872139164
        },
        {
            "start": 872139186,
            "stop": 872139194
        },
        {
            "start": 872139213,
            "stop": 872139335
        }
    ]
}