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=140
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=141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=139",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 140,
    "results": [
        {
            "start": 835648691,
            "stop": 835655435
        },
        {
            "start": 835691713,
            "stop": 835696747
        },
        {
            "start": 835697147,
            "stop": 835697366
        },
        {
            "start": 835697986,
            "stop": 835721460
        },
        {
            "start": 835730888,
            "stop": 835731781
        },
        {
            "start": 835731786,
            "stop": 835738659
        },
        {
            "start": 835738661,
            "stop": 835770366
        },
        {
            "start": 835772174,
            "stop": 835804152
        },
        {
            "start": 835804644,
            "stop": 835814416
        },
        {
            "start": 835814889,
            "stop": 835817758
        },
        {
            "start": 835819436,
            "stop": 835819448
        },
        {
            "start": 835819598,
            "stop": 835848115
        },
        {
            "start": 835849154,
            "stop": 835888247
        },
        {
            "start": 835888719,
            "stop": 835888860
        },
        {
            "start": 835889563,
            "stop": 835894778
        },
        {
            "start": 835897842,
            "stop": 835900464
        },
        {
            "start": 835901426,
            "stop": 835953964
        },
        {
            "start": 835955956,
            "stop": 835958666
        },
        {
            "start": 835959741,
            "stop": 835961388
        },
        {
            "start": 835961788,
            "stop": 835978655
        }
    ]
}