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=9864
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=9865",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9863",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9864,
    "results": [
        {
            "start": 870146246,
            "stop": 870149714
        },
        {
            "start": 870149731,
            "stop": 870152321
        },
        {
            "start": 870152338,
            "stop": 870155205
        },
        {
            "start": 870155222,
            "stop": 870157814
        },
        {
            "start": 870157831,
            "stop": 870159047
        },
        {
            "start": 870159064,
            "stop": 870161033
        },
        {
            "start": 870161050,
            "stop": 870163482
        },
        {
            "start": 870163499,
            "stop": 870164033
        },
        {
            "start": 870165330,
            "stop": 870166425
        },
        {
            "start": 870166442,
            "stop": 870168708
        },
        {
            "start": 870168725,
            "stop": 870169218
        },
        {
            "start": 870169235,
            "stop": 870172867
        },
        {
            "start": 870172884,
            "stop": 870173784
        },
        {
            "start": 870173801,
            "stop": 870176343
        },
        {
            "start": 870176360,
            "stop": 870178841
        },
        {
            "start": 870178858,
            "stop": 870180096
        },
        {
            "start": 870215291,
            "stop": 870217321
        },
        {
            "start": 870217338,
            "stop": 870230369
        },
        {
            "start": 870230594,
            "stop": 870237004
        },
        {
            "start": 870237136,
            "stop": 870242408
        }
    ]
}