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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=517",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=515",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 516,
    "results": [
        {
            "start": 964533210,
            "stop": 964540850
        },
        {
            "start": 964540930,
            "stop": 964549521
        },
        {
            "start": 964549522,
            "stop": 964596844
        },
        {
            "start": 964601408,
            "stop": 964614317
        },
        {
            "start": 964614320,
            "stop": 964614854
        },
        {
            "start": 964614857,
            "stop": 964615320
        },
        {
            "start": 964618458,
            "stop": 964632211
        },
        {
            "start": 964634737,
            "stop": 964723886
        },
        {
            "start": 964726450,
            "stop": 964826053
        },
        {
            "start": 964829879,
            "stop": 964871823
        },
        {
            "start": 964872417,
            "stop": 964883173
        },
        {
            "start": 964908968,
            "stop": 964933183
        },
        {
            "start": 964934695,
            "stop": 964962334
        },
        {
            "start": 964969304,
            "stop": 964970344
        },
        {
            "start": 964970384,
            "stop": 964976919
        },
        {
            "start": 964976920,
            "stop": 964977516
        },
        {
            "start": 964979291,
            "stop": 964991363
        },
        {
            "start": 964991366,
            "stop": 964993752
        },
        {
            "start": 965043531,
            "stop": 965044617
        },
        {
            "start": 965046108,
            "stop": 965055681
        }
    ]
}