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=84
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=85",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=83",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 84,
    "results": [
        {
            "start": 819969333,
            "stop": 819970113
        },
        {
            "start": 819970251,
            "stop": 819970431
        },
        {
            "start": 819970687,
            "stop": 819971167
        },
        {
            "start": 819971434,
            "stop": 819971854
        },
        {
            "start": 819972026,
            "stop": 819972086
        },
        {
            "start": 819972308,
            "stop": 819972488
        },
        {
            "start": 819972672,
            "stop": 819973092
        },
        {
            "start": 819973244,
            "stop": 819973424
        },
        {
            "start": 819973862,
            "stop": 819973982
        },
        {
            "start": 819974228,
            "stop": 819974408
        },
        {
            "start": 819975967,
            "stop": 819976147
        },
        {
            "start": 819976742,
            "stop": 819977522
        },
        {
            "start": 819977674,
            "stop": 819977854
        },
        {
            "start": 819978121,
            "stop": 819978301
        },
        {
            "start": 819979749,
            "stop": 819979869
        },
        {
            "start": 819980050,
            "stop": 819980230
        },
        {
            "start": 819980369,
            "stop": 819980429
        },
        {
            "start": 819980584,
            "stop": 819980704
        },
        {
            "start": 819980853,
            "stop": 819981753
        },
        {
            "start": 819982002,
            "stop": 819982362
        }
    ]
}