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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=104",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 105,
    "results": [
        {
            "start": 829984768,
            "stop": 830012453
        },
        {
            "start": 830032423,
            "stop": 830033283
        },
        {
            "start": 830033583,
            "stop": 830035718
        },
        {
            "start": 830036066,
            "stop": 830036641
        },
        {
            "start": 830041350,
            "stop": 830044136
        },
        {
            "start": 830045706,
            "stop": 830057089
        },
        {
            "start": 830057389,
            "stop": 830057972
        },
        {
            "start": 830058272,
            "stop": 830062957
        },
        {
            "start": 830063257,
            "stop": 830096715
        },
        {
            "start": 830100539,
            "stop": 830113129
        },
        {
            "start": 830113532,
            "stop": 830113814
        },
        {
            "start": 830118322,
            "stop": 830124589
        },
        {
            "start": 830124889,
            "stop": 830127753
        },
        {
            "start": 830129085,
            "stop": 830140711
        },
        {
            "start": 830142057,
            "stop": 830144013
        },
        {
            "start": 830144346,
            "stop": 830145246
        },
        {
            "start": 830145546,
            "stop": 830146302
        },
        {
            "start": 830146304,
            "stop": 830155728
        },
        {
            "start": 830157033,
            "stop": 830187196
        },
        {
            "start": 830189592,
            "stop": 830189951
        }
    ]
}