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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=67",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 68,
    "results": [
        {
            "start": 819469851,
            "stop": 819470631
        },
        {
            "start": 819470849,
            "stop": 819470909
        },
        {
            "start": 819471070,
            "stop": 819471370
        },
        {
            "start": 819471579,
            "stop": 819472179
        },
        {
            "start": 819473316,
            "stop": 819473736
        },
        {
            "start": 819473918,
            "stop": 819475178
        },
        {
            "start": 819475358,
            "stop": 819475478
        },
        {
            "start": 819475644,
            "stop": 819475764
        },
        {
            "start": 819475935,
            "stop": 819476535
        },
        {
            "start": 819476916,
            "stop": 819480096
        },
        {
            "start": 819480490,
            "stop": 819480610
        },
        {
            "start": 819485917,
            "stop": 819486277
        },
        {
            "start": 819486593,
            "stop": 819486893
        },
        {
            "start": 819487148,
            "stop": 819487448
        },
        {
            "start": 819487602,
            "stop": 819487782
        },
        {
            "start": 819488097,
            "stop": 819488217
        },
        {
            "start": 819488365,
            "stop": 819488485
        },
        {
            "start": 819488645,
            "stop": 819488885
        },
        {
            "start": 819489553,
            "stop": 819489673
        },
        {
            "start": 819490356,
            "stop": 819490476
        }
    ]
}