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=206
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=207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=205",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 206,
    "results": [
        {
            "start": 826634997,
            "stop": 826635357
        },
        {
            "start": 826635516,
            "stop": 826635756
        },
        {
            "start": 826635907,
            "stop": 826636327
        },
        {
            "start": 826638312,
            "stop": 826638552
        },
        {
            "start": 826638700,
            "stop": 826638760
        },
        {
            "start": 826639038,
            "stop": 826639098
        },
        {
            "start": 826650966,
            "stop": 826651086
        },
        {
            "start": 826652609,
            "stop": 826652729
        },
        {
            "start": 826652877,
            "stop": 826652937
        },
        {
            "start": 826654620,
            "stop": 826654800
        },
        {
            "start": 826655546,
            "stop": 826655606
        },
        {
            "start": 826656932,
            "stop": 826656992
        },
        {
            "start": 826657161,
            "stop": 826657221
        },
        {
            "start": 826665986,
            "stop": 826666046
        },
        {
            "start": 826666377,
            "stop": 826666437
        },
        {
            "start": 826667200,
            "stop": 826667320
        },
        {
            "start": 826670643,
            "stop": 826670973
        },
        {
            "start": 826671123,
            "stop": 826671363
        },
        {
            "start": 826672025,
            "stop": 826672205
        },
        {
            "start": 826672393,
            "stop": 826672513
        }
    ]
}