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=658
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=659",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=657",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 658,
    "results": [
        {
            "start": 852813709,
            "stop": 852814609
        },
        {
            "start": 852814758,
            "stop": 852817158
        },
        {
            "start": 852817362,
            "stop": 852820122
        },
        {
            "start": 852820382,
            "stop": 852823802
        },
        {
            "start": 852823832,
            "stop": 852825602
        },
        {
            "start": 852826544,
            "stop": 852829244
        },
        {
            "start": 852829411,
            "stop": 852831271
        },
        {
            "start": 852831453,
            "stop": 852833433
        },
        {
            "start": 852833576,
            "stop": 852835226
        },
        {
            "start": 852835538,
            "stop": 852837458
        },
        {
            "start": 852837634,
            "stop": 852839224
        },
        {
            "start": 852839374,
            "stop": 852846994
        },
        {
            "start": 852847213,
            "stop": 852853693
        },
        {
            "start": 852853969,
            "stop": 852855349
        },
        {
            "start": 852855713,
            "stop": 852857153
        },
        {
            "start": 852857402,
            "stop": 852862472
        },
        {
            "start": 852862723,
            "stop": 852867193
        },
        {
            "start": 852867373,
            "stop": 852869803
        },
        {
            "start": 852869893,
            "stop": 852870793
        },
        {
            "start": 852870953,
            "stop": 852873533
        }
    ]
}