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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=206",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=204",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 205,
    "results": [
        {
            "start": 933955409,
            "stop": 933955413
        },
        {
            "start": 933955415,
            "stop": 933955430
        },
        {
            "start": 933955433,
            "stop": 933955617
        },
        {
            "start": 933955624,
            "stop": 933958952
        },
        {
            "start": 933958954,
            "stop": 933959007
        },
        {
            "start": 933959009,
            "stop": 933959012
        },
        {
            "start": 933959015,
            "stop": 933959030
        },
        {
            "start": 933959033,
            "stop": 933960011
        },
        {
            "start": 933965109,
            "stop": 933965504
        },
        {
            "start": 933965510,
            "stop": 933966150
        },
        {
            "start": 933966153,
            "stop": 933966154
        },
        {
            "start": 933966156,
            "stop": 933966164
        },
        {
            "start": 933966166,
            "stop": 933966180
        },
        {
            "start": 933966182,
            "stop": 933966187
        },
        {
            "start": 933966189,
            "stop": 933966208
        },
        {
            "start": 933966210,
            "stop": 933966213
        },
        {
            "start": 933966216,
            "stop": 933966231
        },
        {
            "start": 933966235,
            "stop": 933967891
        },
        {
            "start": 933967896,
            "stop": 933967900
        },
        {
            "start": 933967903,
            "stop": 933967904
        }
    ]
}