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=2317
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=2318",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2316",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2317,
    "results": [
        {
            "start": 874223943,
            "stop": 874223955
        },
        {
            "start": 874223975,
            "stop": 874223982
        },
        {
            "start": 874224001,
            "stop": 874224121
        },
        {
            "start": 874224145,
            "stop": 874224148
        },
        {
            "start": 874224167,
            "stop": 874224227
        },
        {
            "start": 874224309,
            "stop": 874224315
        },
        {
            "start": 874224344,
            "stop": 874224405
        },
        {
            "start": 874224426,
            "stop": 874224432
        },
        {
            "start": 874224451,
            "stop": 874224470
        },
        {
            "start": 874224539,
            "stop": 874224589
        },
        {
            "start": 874224608,
            "stop": 874224685
        },
        {
            "start": 874224731,
            "stop": 874224732
        },
        {
            "start": 874224751,
            "stop": 874224756
        },
        {
            "start": 874224777,
            "stop": 874225053
        },
        {
            "start": 874225072,
            "stop": 874225110
        },
        {
            "start": 874225135,
            "stop": 874225141
        },
        {
            "start": 874225168,
            "stop": 874225221
        },
        {
            "start": 874225240,
            "stop": 874225308
        },
        {
            "start": 874225365,
            "stop": 874225415
        },
        {
            "start": 874228583,
            "stop": 874229907
        }
    ]
}