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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=89",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 90,
    "results": [
        {
            "start": 1126555114,
            "stop": 1126555125
        },
        {
            "start": 1126555126,
            "stop": 1126555176
        },
        {
            "start": 1126555178,
            "stop": 1126555186
        },
        {
            "start": 1126555187,
            "stop": 1126555198
        },
        {
            "start": 1126555199,
            "stop": 1126555201
        },
        {
            "start": 1126555203,
            "stop": 1126555204
        },
        {
            "start": 1126555205,
            "stop": 1126555210
        },
        {
            "start": 1126555212,
            "stop": 1126555235
        },
        {
            "start": 1126555236,
            "stop": 1126555257
        },
        {
            "start": 1126555258,
            "stop": 1126555377
        },
        {
            "start": 1126555378,
            "stop": 1126555465
        },
        {
            "start": 1126555468,
            "stop": 1126555500
        },
        {
            "start": 1126555501,
            "stop": 1126555530
        },
        {
            "start": 1126555531,
            "stop": 1126555572
        },
        {
            "start": 1126555573,
            "stop": 1126555590
        },
        {
            "start": 1126555591,
            "stop": 1126555616
        },
        {
            "start": 1126555617,
            "stop": 1126555623
        },
        {
            "start": 1126555625,
            "stop": 1126555780
        },
        {
            "start": 1126555781,
            "stop": 1126555853
        },
        {
            "start": 1126555855,
            "stop": 1126555950
        }
    ]
}