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=1042
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=1043",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1041",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1042,
    "results": [
        {
            "start": 872490787,
            "stop": 872491087
        },
        {
            "start": 872491361,
            "stop": 872491961
        },
        {
            "start": 872492208,
            "stop": 872493588
        },
        {
            "start": 872493863,
            "stop": 872495963
        },
        {
            "start": 872496132,
            "stop": 872496192
        },
        {
            "start": 872497967,
            "stop": 872498327
        },
        {
            "start": 872498615,
            "stop": 872500955
        },
        {
            "start": 872501281,
            "stop": 872501641
        },
        {
            "start": 872501776,
            "stop": 872501896
        },
        {
            "start": 872502367,
            "stop": 872502487
        },
        {
            "start": 872502668,
            "stop": 872502728
        },
        {
            "start": 872502877,
            "stop": 872503117
        },
        {
            "start": 872503263,
            "stop": 872504403
        },
        {
            "start": 872504542,
            "stop": 872504722
        },
        {
            "start": 872504941,
            "stop": 872506141
        },
        {
            "start": 872506322,
            "stop": 872506682
        },
        {
            "start": 872506888,
            "stop": 872508388
        },
        {
            "start": 872508546,
            "stop": 872508666
        },
        {
            "start": 872508832,
            "stop": 872508952
        },
        {
            "start": 872509094,
            "stop": 872509214
        }
    ]
}