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=402
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=403",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=401",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 402,
    "results": [
        {
            "start": 837465688,
            "stop": 837465928
        },
        {
            "start": 837466552,
            "stop": 837466612
        },
        {
            "start": 837472180,
            "stop": 837472690
        },
        {
            "start": 837472840,
            "stop": 837473140
        },
        {
            "start": 837473323,
            "stop": 837473443
        },
        {
            "start": 837476049,
            "stop": 837480129
        },
        {
            "start": 837480377,
            "stop": 837482447
        },
        {
            "start": 837482477,
            "stop": 837482657
        },
        {
            "start": 837482837,
            "stop": 837486017
        },
        {
            "start": 837486174,
            "stop": 837486654
        },
        {
            "start": 837486714,
            "stop": 837486894
        },
        {
            "start": 837487044,
            "stop": 837491004
        },
        {
            "start": 837491124,
            "stop": 837498324
        },
        {
            "start": 837498545,
            "stop": 837502625
        },
        {
            "start": 837502777,
            "stop": 837503557
        },
        {
            "start": 837504858,
            "stop": 837511038
        },
        {
            "start": 837511260,
            "stop": 837520080
        },
        {
            "start": 837521090,
            "stop": 837521930
        },
        {
            "start": 837522549,
            "stop": 837526989
        },
        {
            "start": 837527155,
            "stop": 837532795
        }
    ]
}