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=89
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=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=88",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 89,
    "results": [
        {
            "start": 826445876,
            "stop": 826467311
        },
        {
            "start": 826468188,
            "stop": 826468350
        },
        {
            "start": 826468460,
            "stop": 826468485
        },
        {
            "start": 826469076,
            "stop": 826469839
        },
        {
            "start": 826473302,
            "stop": 826478477
        },
        {
            "start": 826481668,
            "stop": 826489449
        },
        {
            "start": 826491598,
            "stop": 826497018
        },
        {
            "start": 826497128,
            "stop": 826497333
        },
        {
            "start": 826497633,
            "stop": 826507294
        },
        {
            "start": 826507602,
            "stop": 826547941
        },
        {
            "start": 826553416,
            "stop": 826554052
        },
        {
            "start": 826554162,
            "stop": 826555872
        },
        {
            "start": 826564401,
            "stop": 826564541
        },
        {
            "start": 826565254,
            "stop": 826568831
        },
        {
            "start": 826568944,
            "stop": 826569539
        },
        {
            "start": 826569649,
            "stop": 826569713
        },
        {
            "start": 826570013,
            "stop": 826570706
        },
        {
            "start": 826570816,
            "stop": 826571508
        },
        {
            "start": 826571701,
            "stop": 826572013
        },
        {
            "start": 826572313,
            "stop": 826573648
        }
    ]
}