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=4525
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=4526",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4524",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4525,
    "results": [
        {
            "start": 968528471,
            "stop": 968528618
        },
        {
            "start": 968528738,
            "stop": 968528872
        },
        {
            "start": 968528875,
            "stop": 968528994
        },
        {
            "start": 968528997,
            "stop": 968530179
        },
        {
            "start": 968530182,
            "stop": 968530340
        },
        {
            "start": 968530470,
            "stop": 968530919
        },
        {
            "start": 968530922,
            "stop": 968530951
        },
        {
            "start": 968530954,
            "stop": 968530955
        },
        {
            "start": 968530958,
            "stop": 968531013
        },
        {
            "start": 968531016,
            "stop": 968531085
        },
        {
            "start": 968531088,
            "stop": 968531152
        },
        {
            "start": 968531155,
            "stop": 968531195
        },
        {
            "start": 968531198,
            "stop": 968531202
        },
        {
            "start": 968531205,
            "stop": 968531366
        },
        {
            "start": 968531370,
            "stop": 968531467
        },
        {
            "start": 968531470,
            "stop": 968531677
        },
        {
            "start": 968531680,
            "stop": 968531683
        },
        {
            "start": 968531686,
            "stop": 968531925
        },
        {
            "start": 968531928,
            "stop": 968532000
        },
        {
            "start": 968532003,
            "stop": 968532041
        }
    ]
}