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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=72",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 73,
    "results": [
        {
            "start": 931503141,
            "stop": 931503142
        },
        {
            "start": 931503145,
            "stop": 931503162
        },
        {
            "start": 931503165,
            "stop": 931503170
        },
        {
            "start": 931503173,
            "stop": 931503184
        },
        {
            "start": 931503187,
            "stop": 931503196
        },
        {
            "start": 931503202,
            "stop": 931503219
        },
        {
            "start": 931503222,
            "stop": 931503237
        },
        {
            "start": 931503239,
            "stop": 931503245
        },
        {
            "start": 931503248,
            "stop": 931503279
        },
        {
            "start": 931503281,
            "stop": 931503290
        },
        {
            "start": 931503294,
            "stop": 931503297
        },
        {
            "start": 931503300,
            "stop": 931503301
        },
        {
            "start": 931503306,
            "stop": 931503310
        },
        {
            "start": 931503315,
            "stop": 931503330
        },
        {
            "start": 931503337,
            "stop": 931503348
        },
        {
            "start": 931503351,
            "stop": 931503353
        },
        {
            "start": 931503356,
            "stop": 931503358
        },
        {
            "start": 931503361,
            "stop": 931503363
        },
        {
            "start": 931503365,
            "stop": 931503382
        },
        {
            "start": 931503384,
            "stop": 931503389
        }
    ]
}