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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5054",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5052",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5053,
    "results": [
        {
            "start": 872900374,
            "stop": 872900403
        },
        {
            "start": 872900420,
            "stop": 872900519
        },
        {
            "start": 872900536,
            "stop": 872900630
        },
        {
            "start": 872900648,
            "stop": 872901904
        },
        {
            "start": 872901921,
            "stop": 872904361
        },
        {
            "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
        }
    ]
}