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=148
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=149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=147",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 148,
    "results": [
        {
            "start": 820231770,
            "stop": 820231779
        },
        {
            "start": 820231783,
            "stop": 820231924
        },
        {
            "start": 820231928,
            "stop": 820231952
        },
        {
            "start": 820231955,
            "stop": 820232223
        },
        {
            "start": 820232227,
            "stop": 820232237
        },
        {
            "start": 820232241,
            "stop": 820232251
        },
        {
            "start": 820232254,
            "stop": 820232301
        },
        {
            "start": 820232305,
            "stop": 820232329
        },
        {
            "start": 820232332,
            "stop": 820232579
        },
        {
            "start": 820232582,
            "stop": 820232712
        },
        {
            "start": 820232715,
            "stop": 820232785
        },
        {
            "start": 820232789,
            "stop": 820232834
        },
        {
            "start": 820232838,
            "stop": 820232872
        },
        {
            "start": 820232875,
            "stop": 820232974
        },
        {
            "start": 820232977,
            "stop": 820232999
        },
        {
            "start": 820233003,
            "stop": 820233080
        },
        {
            "start": 820233083,
            "stop": 820233360
        },
        {
            "start": 820233364,
            "stop": 820233435
        },
        {
            "start": 820233438,
            "stop": 820233608
        },
        {
            "start": 820233611,
            "stop": 820233713
        }
    ]
}