Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=84
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=83",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 84,
    "results": [
        {
            "start": 931088344,
            "stop": 931088345
        },
        {
            "start": 931088348,
            "stop": 931088352
        },
        {
            "start": 931088354,
            "stop": 931088357
        },
        {
            "start": 931088358,
            "stop": 931088361
        },
        {
            "start": 931088362,
            "stop": 931088363
        },
        {
            "start": 931088364,
            "stop": 931088365
        },
        {
            "start": 931088367,
            "stop": 931088374
        },
        {
            "start": 931088376,
            "stop": 931088377
        },
        {
            "start": 931088378,
            "stop": 931088379
        },
        {
            "start": 931088381,
            "stop": 931088390
        },
        {
            "start": 931088391,
            "stop": 931088394
        },
        {
            "start": 931088395,
            "stop": 931088399
        },
        {
            "start": 931088401,
            "stop": 931088403
        },
        {
            "start": 931088404,
            "stop": 931088406
        },
        {
            "start": 931088407,
            "stop": 931088410
        },
        {
            "start": 931088414,
            "stop": 931088415
        },
        {
            "start": 931088418,
            "stop": 931088421
        },
        {
            "start": 931088424,
            "stop": 931088425
        },
        {
            "start": 931088426,
            "stop": 931088430
        },
        {
            "start": 931088431,
            "stop": 931088433
        }
    ]
}