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=150
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=151",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=149",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 150,
    "results": [
        {
            "start": 820236458,
            "stop": 820236460
        },
        {
            "start": 820236464,
            "stop": 820236594
        },
        {
            "start": 820236597,
            "stop": 820236804
        },
        {
            "start": 820236807,
            "stop": 820236867
        },
        {
            "start": 820236870,
            "stop": 820237068
        },
        {
            "start": 820237071,
            "stop": 820237266
        },
        {
            "start": 820237269,
            "stop": 820237338
        },
        {
            "start": 820237341,
            "stop": 820237351
        },
        {
            "start": 820237354,
            "stop": 820237394
        },
        {
            "start": 820237397,
            "stop": 820237530
        },
        {
            "start": 820237534,
            "stop": 820237558
        },
        {
            "start": 820237561,
            "stop": 820237590
        },
        {
            "start": 820237593,
            "stop": 820237628
        },
        {
            "start": 820237631,
            "stop": 820237833
        },
        {
            "start": 820237837,
            "stop": 820238142
        },
        {
            "start": 820238146,
            "stop": 820238150
        },
        {
            "start": 820238153,
            "stop": 820238245
        },
        {
            "start": 820238249,
            "stop": 820238291
        },
        {
            "start": 820238294,
            "stop": 820238797
        },
        {
            "start": 820238800,
            "stop": 820239119
        }
    ]
}