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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=100",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=98",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 99,
    "results": [
        {
            "start": 931340341,
            "stop": 931340372
        },
        {
            "start": 931340374,
            "stop": 931340403
        },
        {
            "start": 931340405,
            "stop": 931340411
        },
        {
            "start": 931340413,
            "stop": 931340419
        },
        {
            "start": 931340421,
            "stop": 931340560
        },
        {
            "start": 931340561,
            "stop": 931340723
        },
        {
            "start": 931340724,
            "stop": 931340800
        },
        {
            "start": 931340801,
            "stop": 931340849
        },
        {
            "start": 931340851,
            "stop": 931340894
        },
        {
            "start": 931340896,
            "stop": 931340909
        },
        {
            "start": 931340911,
            "stop": 931341035
        },
        {
            "start": 931341037,
            "stop": 931341112
        },
        {
            "start": 931341114,
            "stop": 931341150
        },
        {
            "start": 931341152,
            "stop": 931341169
        },
        {
            "start": 931341170,
            "stop": 931341219
        },
        {
            "start": 931341220,
            "stop": 931341266
        },
        {
            "start": 931341268,
            "stop": 931341280
        },
        {
            "start": 931341282,
            "stop": 931341324
        },
        {
            "start": 931341326,
            "stop": 931341567
        },
        {
            "start": 931341569,
            "stop": 931341571
        }
    ]
}