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=140
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=141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=139",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 140,
    "results": [
        {
            "start": 822194253,
            "stop": 822194433
        },
        {
            "start": 822194686,
            "stop": 822195106
        },
        {
            "start": 822195325,
            "stop": 822195865
        },
        {
            "start": 822196021,
            "stop": 822196561
        },
        {
            "start": 822196808,
            "stop": 822198128
        },
        {
            "start": 822202824,
            "stop": 822202884
        },
        {
            "start": 822203206,
            "stop": 822204166
        },
        {
            "start": 822204366,
            "stop": 822204966
        },
        {
            "start": 822205121,
            "stop": 822205421
        },
        {
            "start": 822206612,
            "stop": 822206732
        },
        {
            "start": 822206884,
            "stop": 822207154
        },
        {
            "start": 822207334,
            "stop": 822208564
        },
        {
            "start": 822209897,
            "stop": 822210557
        },
        {
            "start": 822210759,
            "stop": 822210939
        },
        {
            "start": 822213039,
            "stop": 822217059
        },
        {
            "start": 822217269,
            "stop": 822218529
        },
        {
            "start": 822218688,
            "stop": 822219228
        },
        {
            "start": 822219384,
            "stop": 822220224
        },
        {
            "start": 822272450,
            "stop": 822272690
        },
        {
            "start": 822273804,
            "stop": 822273924
        }
    ]
}