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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10057",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10055",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10056,
    "results": [
        {
            "start": 872904378,
            "stop": 872911050
        },
        {
            "start": 872911091,
            "stop": 872914796
        },
        {
            "start": 872914813,
            "stop": 872914953
        },
        {
            "start": 872914970,
            "stop": 872915419
        },
        {
            "start": 872915455,
            "stop": 872915533
        },
        {
            "start": 872915584,
            "stop": 872915591
        },
        {
            "start": 872915637,
            "stop": 872915661
        },
        {
            "start": 872915805,
            "stop": 872915867
        },
        {
            "start": 872916016,
            "stop": 872916034
        },
        {
            "start": 872916070,
            "stop": 872916113
        },
        {
            "start": 872916152,
            "stop": 872916185
        },
        {
            "start": 872916272,
            "stop": 872916786
        },
        {
            "start": 872916832,
            "stop": 872916909
        },
        {
            "start": 872916945,
            "stop": 872916974
        },
        {
            "start": 872917064,
            "stop": 872917069
        },
        {
            "start": 872917107,
            "stop": 872917181
        },
        {
            "start": 872917251,
            "stop": 872917295
        },
        {
            "start": 872917335,
            "stop": 872917374
        },
        {
            "start": 872917494,
            "stop": 872917681
        },
        {
            "start": 872917767,
            "stop": 872917898
        }
    ]
}