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=732
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=733",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=731",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 732,
    "results": [
        {
            "start": 857619588,
            "stop": 857632698
        },
        {
            "start": 857633957,
            "stop": 857634917
        },
        {
            "start": 857635346,
            "stop": 857635646
        },
        {
            "start": 857637737,
            "stop": 857637977
        },
        {
            "start": 857638199,
            "stop": 857639219
        },
        {
            "start": 857642195,
            "stop": 857644655
        },
        {
            "start": 857644851,
            "stop": 857645331
        },
        {
            "start": 857647268,
            "stop": 857651948
        },
        {
            "start": 857653625,
            "stop": 857655425
        },
        {
            "start": 857655575,
            "stop": 857656775
        },
        {
            "start": 857656950,
            "stop": 857659050
        },
        {
            "start": 857660890,
            "stop": 857661070
        },
        {
            "start": 857661292,
            "stop": 857667172
        },
        {
            "start": 857669722,
            "stop": 857670802
        },
        {
            "start": 857670892,
            "stop": 857672872
        },
        {
            "start": 857672902,
            "stop": 857673112
        },
        {
            "start": 857675358,
            "stop": 857678478
        },
        {
            "start": 857679691,
            "stop": 857680231
        },
        {
            "start": 857680508,
            "stop": 857680748
        },
        {
            "start": 857680808,
            "stop": 857681918
        }
    ]
}