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=181
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=182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=180",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 181,
    "results": [
        {
            "start": 819360557,
            "stop": 819360635
        },
        {
            "start": 819361135,
            "stop": 819361167
        },
        {
            "start": 819361184,
            "stop": 819361271
        },
        {
            "start": 819361276,
            "stop": 819361367
        },
        {
            "start": 819361374,
            "stop": 819369197
        },
        {
            "start": 819369204,
            "stop": 819377869
        },
        {
            "start": 819377874,
            "stop": 819377920
        },
        {
            "start": 819377931,
            "stop": 819380194
        },
        {
            "start": 819380199,
            "stop": 819383913
        },
        {
            "start": 819383918,
            "stop": 819383940
        },
        {
            "start": 819383960,
            "stop": 819383970
        },
        {
            "start": 819383975,
            "stop": 819383986
        },
        {
            "start": 819383994,
            "stop": 819384010
        },
        {
            "start": 819384015,
            "stop": 819384026
        },
        {
            "start": 819386361,
            "stop": 819387275
        },
        {
            "start": 819387280,
            "stop": 819388981
        },
        {
            "start": 819388986,
            "stop": 819389388
        },
        {
            "start": 819389393,
            "stop": 819389720
        },
        {
            "start": 819389725,
            "stop": 819389872
        },
        {
            "start": 819389877,
            "stop": 819389914
        }
    ]
}