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=331
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=332",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=330",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 331,
    "results": [
        {
            "start": 833949967,
            "stop": 833950387
        },
        {
            "start": 833975059,
            "stop": 833979739
        },
        {
            "start": 833980331,
            "stop": 833984951
        },
        {
            "start": 833986003,
            "stop": 833987203
        },
        {
            "start": 834015212,
            "stop": 834017252
        },
        {
            "start": 834017433,
            "stop": 834017793
        },
        {
            "start": 834017946,
            "stop": 834019056
        },
        {
            "start": 834019086,
            "stop": 834022086
        },
        {
            "start": 834022240,
            "stop": 834023920
        },
        {
            "start": 834024258,
            "stop": 834024738
        },
        {
            "start": 834024892,
            "stop": 834028012
        },
        {
            "start": 834028177,
            "stop": 834032617
        },
        {
            "start": 834032767,
            "stop": 834035137
        },
        {
            "start": 834035289,
            "stop": 834039549
        },
        {
            "start": 834039682,
            "stop": 834039982
        },
        {
            "start": 834040177,
            "stop": 834040597
        },
        {
            "start": 834040813,
            "stop": 834042493
        },
        {
            "start": 834042644,
            "stop": 834043124
        },
        {
            "start": 834043253,
            "stop": 834044003
        },
        {
            "start": 834044153,
            "stop": 834046133
        }
    ]
}