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_H1L1/segments?format=api&page=129
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_H1L1/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=128",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 129,
    "results": [
        {
            "start": 822192816,
            "stop": 822193116
        },
        {
            "start": 822193313,
            "stop": 822194033
        },
        {
            "start": 822194253,
            "stop": 822194433
        },
        {
            "start": 822194763,
            "stop": 822195123
        },
        {
            "start": 822195325,
            "stop": 822195865
        },
        {
            "start": 822196021,
            "stop": 822196261
        },
        {
            "start": 822196381,
            "stop": 822196561
        },
        {
            "start": 822196808,
            "stop": 822198128
        },
        {
            "start": 822202823,
            "stop": 822202883
        },
        {
            "start": 822203206,
            "stop": 822204166
        },
        {
            "start": 822204366,
            "stop": 822204966
        },
        {
            "start": 822205128,
            "stop": 822205458
        },
        {
            "start": 822205488,
            "stop": 822205728
        },
        {
            "start": 822205878,
            "stop": 822206268
        },
        {
            "start": 822206612,
            "stop": 822206732
        },
        {
            "start": 822206884,
            "stop": 822208624
        },
        {
            "start": 822209696,
            "stop": 822210536
        },
        {
            "start": 822210759,
            "stop": 822210939
        },
        {
            "start": 822213039,
            "stop": 822216999
        },
        {
            "start": 822217269,
            "stop": 822218529
        }
    ]
}