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=331
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=332",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=330",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 331,
    "results": [
        {
            "start": 834125807,
            "stop": 834125927
        },
        {
            "start": 834130182,
            "stop": 834130422
        },
        {
            "start": 834131483,
            "stop": 834131663
        },
        {
            "start": 834132134,
            "stop": 834132194
        },
        {
            "start": 834132342,
            "stop": 834132462
        },
        {
            "start": 834132776,
            "stop": 834132896
        },
        {
            "start": 834133176,
            "stop": 834133296
        },
        {
            "start": 834133720,
            "stop": 834133840
        },
        {
            "start": 834134500,
            "stop": 834134620
        },
        {
            "start": 834136144,
            "stop": 834136264
        },
        {
            "start": 834136435,
            "stop": 834136555
        },
        {
            "start": 834138014,
            "stop": 834138074
        },
        {
            "start": 834139122,
            "stop": 834139332
        },
        {
            "start": 834139507,
            "stop": 834139687
        },
        {
            "start": 834140107,
            "stop": 834140227
        },
        {
            "start": 834140704,
            "stop": 834140794
        },
        {
            "start": 834141599,
            "stop": 834141719
        },
        {
            "start": 834141937,
            "stop": 834142057
        },
        {
            "start": 834142426,
            "stop": 834142546
        },
        {
            "start": 834143282,
            "stop": 834143342
        }
    ]
}