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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3113",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3114,
    "results": [
        {
            "start": 867430680,
            "stop": 867432240
        },
        {
            "start": 867432300,
            "stop": 867434920
        },
        {
            "start": 867434925,
            "stop": 867436064
        },
        {
            "start": 867436245,
            "stop": 867437217
        },
        {
            "start": 867437223,
            "stop": 867438810
        },
        {
            "start": 867438870,
            "stop": 867439150
        },
        {
            "start": 867439153,
            "stop": 867439440
        },
        {
            "start": 867439560,
            "stop": 867440835
        },
        {
            "start": 867441038,
            "stop": 867442080
        },
        {
            "start": 867442140,
            "stop": 867443675
        },
        {
            "start": 867443679,
            "stop": 867444420
        },
        {
            "start": 867444480,
            "stop": 867445620
        },
        {
            "start": 867445740,
            "stop": 867446340
        },
        {
            "start": 867446460,
            "stop": 867446820
        },
        {
            "start": 867446824,
            "stop": 867448440
        },
        {
            "start": 867448500,
            "stop": 867449272
        },
        {
            "start": 867449278,
            "stop": 867449280
        },
        {
            "start": 867449460,
            "stop": 867449555
        },
        {
            "start": 867454894,
            "stop": 867457860
        },
        {
            "start": 867457920,
            "stop": 867459600
        }
    ]
}