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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=102",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 103,
    "results": [
        {
            "start": 932456993,
            "stop": 932458712
        },
        {
            "start": 932458731,
            "stop": 932458969
        },
        {
            "start": 932458977,
            "stop": 932459456
        },
        {
            "start": 932459476,
            "stop": 932459479
        },
        {
            "start": 932459504,
            "stop": 932459509
        },
        {
            "start": 932459528,
            "stop": 932459748
        },
        {
            "start": 932459753,
            "stop": 932459814
        },
        {
            "start": 932459843,
            "stop": 932460115
        },
        {
            "start": 932460165,
            "stop": 932460240
        },
        {
            "start": 932460262,
            "stop": 932460268
        },
        {
            "start": 932460296,
            "stop": 932460536
        },
        {
            "start": 932460554,
            "stop": 932460752
        },
        {
            "start": 932460771,
            "stop": 932461157
        },
        {
            "start": 932461176,
            "stop": 932464052
        },
        {
            "start": 932464091,
            "stop": 932464093
        },
        {
            "start": 932465621,
            "stop": 932466119
        },
        {
            "start": 932466142,
            "stop": 932466354
        },
        {
            "start": 932472525,
            "stop": 932473706
        },
        {
            "start": 932474562,
            "stop": 932474596
        },
        {
            "start": 932474601,
            "stop": 932474793
        }
    ]
}