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=74
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=75",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=73",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 74,
    "results": [
        {
            "start": 931348969,
            "stop": 931349041
        },
        {
            "start": 931349043,
            "stop": 931349096
        },
        {
            "start": 931349098,
            "stop": 931349122
        },
        {
            "start": 931349124,
            "stop": 931349135
        },
        {
            "start": 931349136,
            "stop": 931349149
        },
        {
            "start": 931349151,
            "stop": 931349152
        },
        {
            "start": 931349156,
            "stop": 931349162
        },
        {
            "start": 931349164,
            "stop": 931349167
        },
        {
            "start": 931349170,
            "stop": 931349192
        },
        {
            "start": 931349195,
            "stop": 931349204
        },
        {
            "start": 931349206,
            "stop": 931349209
        },
        {
            "start": 931349212,
            "stop": 931349221
        },
        {
            "start": 931349223,
            "stop": 931349224
        },
        {
            "start": 931349225,
            "stop": 931349290
        },
        {
            "start": 931349292,
            "stop": 931349367
        },
        {
            "start": 931349369,
            "stop": 931349372
        },
        {
            "start": 931349374,
            "stop": 931349425
        },
        {
            "start": 931349426,
            "stop": 931349434
        },
        {
            "start": 931349438,
            "stop": 931349499
        },
        {
            "start": 931349500,
            "stop": 931349511
        }
    ]
}