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=434
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=435",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=433",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 434,
    "results": [
        {
            "start": 839419759,
            "stop": 839420839
        },
        {
            "start": 839421040,
            "stop": 839430520
        },
        {
            "start": 839430911,
            "stop": 839432291
        },
        {
            "start": 839432529,
            "stop": 839438349
        },
        {
            "start": 839438517,
            "stop": 839438577
        },
        {
            "start": 839438726,
            "stop": 839441366
        },
        {
            "start": 839441564,
            "stop": 839443844
        },
        {
            "start": 839448526,
            "stop": 839456926
        },
        {
            "start": 839461185,
            "stop": 839462505
        },
        {
            "start": 839463957,
            "stop": 839466837
        },
        {
            "start": 839467041,
            "stop": 839467341
        },
        {
            "start": 839467496,
            "stop": 839468276
        },
        {
            "start": 839468426,
            "stop": 839476076
        },
        {
            "start": 839476368,
            "stop": 839476638
        },
        {
            "start": 839476788,
            "stop": 839483808
        },
        {
            "start": 839484090,
            "stop": 839487030
        },
        {
            "start": 839490013,
            "stop": 839504413
        },
        {
            "start": 839504632,
            "stop": 839505292
        },
        {
            "start": 839505442,
            "stop": 839507152
        },
        {
            "start": 839507284,
            "stop": 839507404
        }
    ]
}