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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=129",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 130,
    "results": [
        {
            "start": 834094844,
            "stop": 834095617
        },
        {
            "start": 834099673,
            "stop": 834105138
        },
        {
            "start": 834105458,
            "stop": 834106194
        },
        {
            "start": 834106594,
            "stop": 834106639
        },
        {
            "start": 834106959,
            "stop": 834107827
        },
        {
            "start": 834108227,
            "stop": 834117413
        },
        {
            "start": 834117733,
            "stop": 834118222
        },
        {
            "start": 834118622,
            "stop": 834126577
        },
        {
            "start": 834127043,
            "stop": 834156395
        },
        {
            "start": 834158444,
            "stop": 834178769
        },
        {
            "start": 834179089,
            "stop": 834179665
        },
        {
            "start": 834180065,
            "stop": 834182700
        },
        {
            "start": 834186985,
            "stop": 834189219
        },
        {
            "start": 834189539,
            "stop": 834189729
        },
        {
            "start": 834190129,
            "stop": 834193584
        },
        {
            "start": 834193904,
            "stop": 834196189
        },
        {
            "start": 834196589,
            "stop": 834206167
        },
        {
            "start": 834206487,
            "stop": 834206498
        },
        {
            "start": 834207231,
            "stop": 834218894
        },
        {
            "start": 834219214,
            "stop": 834219645
        }
    ]
}