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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=780",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=778",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 779,
    "results": [
        {
            "start": 857457973,
            "stop": 857458363
        },
        {
            "start": 857458393,
            "stop": 857460493
        },
        {
            "start": 857462017,
            "stop": 857463637
        },
        {
            "start": 857463667,
            "stop": 857465047
        },
        {
            "start": 857465137,
            "stop": 857465197
        },
        {
            "start": 857465227,
            "stop": 857465497
        },
        {
            "start": 857465527,
            "stop": 857468137
        },
        {
            "start": 857468167,
            "stop": 857468827
        },
        {
            "start": 857468857,
            "stop": 857471017
        },
        {
            "start": 857471156,
            "stop": 857471486
        },
        {
            "start": 857471576,
            "stop": 857472476
        },
        {
            "start": 857472506,
            "stop": 857473616
        },
        {
            "start": 857474038,
            "stop": 857474338
        },
        {
            "start": 857474398,
            "stop": 857476918
        },
        {
            "start": 857476948,
            "stop": 857477338
        },
        {
            "start": 857480065,
            "stop": 857480395
        },
        {
            "start": 857480545,
            "stop": 857481865
        },
        {
            "start": 857481895,
            "stop": 857482765
        },
        {
            "start": 857484055,
            "stop": 857484355
        },
        {
            "start": 857486103,
            "stop": 857486283
        }
    ]
}