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=804
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=805",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=803",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 804,
    "results": [
        {
            "start": 861601724,
            "stop": 861601844
        },
        {
            "start": 861601934,
            "stop": 861610664
        },
        {
            "start": 861611836,
            "stop": 861611896
        },
        {
            "start": 861612111,
            "stop": 861616251
        },
        {
            "start": 861617107,
            "stop": 861619207
        },
        {
            "start": 861619963,
            "stop": 861621703
        },
        {
            "start": 861621933,
            "stop": 861623493
        },
        {
            "start": 861623673,
            "stop": 861624393
        },
        {
            "start": 861624548,
            "stop": 861625508
        },
        {
            "start": 861627238,
            "stop": 861628738
        },
        {
            "start": 861629020,
            "stop": 861629500
        },
        {
            "start": 861630493,
            "stop": 861631693
        },
        {
            "start": 861631893,
            "stop": 861632673
        },
        {
            "start": 861635303,
            "stop": 861635363
        },
        {
            "start": 861635523,
            "stop": 861635703
        },
        {
            "start": 861638730,
            "stop": 861641250
        },
        {
            "start": 861642499,
            "stop": 861644299
        },
        {
            "start": 861645668,
            "stop": 861646448
        },
        {
            "start": 861646538,
            "stop": 861646748
        },
        {
            "start": 861646952,
            "stop": 861647432
        }
    ]
}