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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=61",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 62,
    "results": [
        {
            "start": 817855039,
            "stop": 817855578
        },
        {
            "start": 817855586,
            "stop": 817855696
        },
        {
            "start": 817855703,
            "stop": 817855717
        },
        {
            "start": 817855726,
            "stop": 817855739
        },
        {
            "start": 817856616,
            "stop": 817856999
        },
        {
            "start": 817857007,
            "stop": 817857010
        },
        {
            "start": 817857018,
            "stop": 817857023
        },
        {
            "start": 817857031,
            "stop": 817857960
        },
        {
            "start": 817857969,
            "stop": 817858628
        },
        {
            "start": 817858636,
            "stop": 817859005
        },
        {
            "start": 817859013,
            "stop": 817859260
        },
        {
            "start": 817859268,
            "stop": 817859404
        },
        {
            "start": 817859411,
            "stop": 817859640
        },
        {
            "start": 817859648,
            "stop": 817859850
        },
        {
            "start": 817859862,
            "stop": 817859942
        },
        {
            "start": 817859951,
            "stop": 817859971
        },
        {
            "start": 817859978,
            "stop": 817860040
        },
        {
            "start": 817860059,
            "stop": 817860156
        },
        {
            "start": 817860164,
            "stop": 817860176
        },
        {
            "start": 817860186,
            "stop": 817860419
        }
    ]
}