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=40
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=41",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=39",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 40,
    "results": [
        {
            "start": 818303298,
            "stop": 818303418
        },
        {
            "start": 818303685,
            "stop": 818303925
        },
        {
            "start": 818304568,
            "stop": 818304748
        },
        {
            "start": 818305715,
            "stop": 818305955
        },
        {
            "start": 818306490,
            "stop": 818306550
        },
        {
            "start": 818306880,
            "stop": 818306940
        },
        {
            "start": 818307224,
            "stop": 818307404
        },
        {
            "start": 818307602,
            "stop": 818307662
        },
        {
            "start": 818308278,
            "stop": 818308338
        },
        {
            "start": 818309536,
            "stop": 818309596
        },
        {
            "start": 818309891,
            "stop": 818310371
        },
        {
            "start": 818310673,
            "stop": 818310793
        },
        {
            "start": 818311657,
            "stop": 818311777
        },
        {
            "start": 818322300,
            "stop": 818322360
        },
        {
            "start": 818323496,
            "stop": 818323556
        },
        {
            "start": 818323709,
            "stop": 818323769
        },
        {
            "start": 818323966,
            "stop": 818324026
        },
        {
            "start": 818325537,
            "stop": 818326077
        },
        {
            "start": 818326208,
            "stop": 818326268
        },
        {
            "start": 818333655,
            "stop": 818333835
        }
    ]
}