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=80
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=81",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=79",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 80,
    "results": [
        {
            "start": 1126538972,
            "stop": 1126539086
        },
        {
            "start": 1126539088,
            "stop": 1126539135
        },
        {
            "start": 1126539136,
            "stop": 1126539292
        },
        {
            "start": 1126539294,
            "stop": 1126539431
        },
        {
            "start": 1126539432,
            "stop": 1126539435
        },
        {
            "start": 1126539436,
            "stop": 1126539454
        },
        {
            "start": 1126539455,
            "stop": 1126539461
        },
        {
            "start": 1126539463,
            "stop": 1126539524
        },
        {
            "start": 1126539525,
            "stop": 1126539539
        },
        {
            "start": 1126539541,
            "stop": 1126539793
        },
        {
            "start": 1126539795,
            "stop": 1126539829
        },
        {
            "start": 1126539830,
            "stop": 1126539844
        },
        {
            "start": 1126539846,
            "stop": 1126539854
        },
        {
            "start": 1126539856,
            "stop": 1126539865
        },
        {
            "start": 1126539867,
            "stop": 1126539871
        },
        {
            "start": 1126539873,
            "stop": 1126539882
        },
        {
            "start": 1126539883,
            "stop": 1126539891
        },
        {
            "start": 1126539893,
            "stop": 1126539947
        },
        {
            "start": 1126539948,
            "stop": 1126540065
        },
        {
            "start": 1126540067,
            "stop": 1126540085
        }
    ]
}