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_DATA/segments?format=api&page=238
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=239",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=237",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 238,
    "results": [
        {
            "start": 858927707,
            "stop": 858941693
        },
        {
            "start": 858942757,
            "stop": 858945180
        },
        {
            "start": 858945897,
            "stop": 858949890
        },
        {
            "start": 858950730,
            "stop": 858957650
        },
        {
            "start": 858958498,
            "stop": 858961511
        },
        {
            "start": 858961670,
            "stop": 858964458
        },
        {
            "start": 858965386,
            "stop": 858971894
        },
        {
            "start": 858973946,
            "stop": 858976819
        },
        {
            "start": 858978534,
            "stop": 858985198
        },
        {
            "start": 858986230,
            "stop": 859013031
        },
        {
            "start": 859013828,
            "stop": 859022247
        },
        {
            "start": 859022325,
            "stop": 859034221
        },
        {
            "start": 859035701,
            "stop": 859037058
        },
        {
            "start": 859037806,
            "stop": 859042542
        },
        {
            "start": 859060394,
            "stop": 859065675
        },
        {
            "start": 859065930,
            "stop": 859066406
        },
        {
            "start": 859067157,
            "stop": 859072753
        },
        {
            "start": 859073654,
            "stop": 859075533
        },
        {
            "start": 859076832,
            "stop": 859102727
        },
        {
            "start": 859104012,
            "stop": 859124000
        }
    ]
}