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=63
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=64",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=62",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 63,
    "results": [
        {
            "start": 819336250,
            "stop": 819336430
        },
        {
            "start": 819336757,
            "stop": 819337297
        },
        {
            "start": 819337553,
            "stop": 819337913
        },
        {
            "start": 819338239,
            "stop": 819341479
        },
        {
            "start": 819341629,
            "stop": 819344299
        },
        {
            "start": 819344492,
            "stop": 819344552
        },
        {
            "start": 819344700,
            "stop": 819346020
        },
        {
            "start": 819346169,
            "stop": 819346289
        },
        {
            "start": 819346468,
            "stop": 819347578
        },
        {
            "start": 819347638,
            "stop": 819347908
        },
        {
            "start": 819352041,
            "stop": 819352221
        },
        {
            "start": 819352377,
            "stop": 819352557
        },
        {
            "start": 819354611,
            "stop": 819354791
        },
        {
            "start": 819355003,
            "stop": 819355783
        },
        {
            "start": 819356227,
            "stop": 819356767
        },
        {
            "start": 819357013,
            "stop": 819357973
        },
        {
            "start": 819358134,
            "stop": 819359034
        },
        {
            "start": 819359195,
            "stop": 819359435
        },
        {
            "start": 819359628,
            "stop": 819360048
        },
        {
            "start": 819361561,
            "stop": 819361741
        }
    ]
}