Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14140
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14141",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14139",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14140,
    "results": [
        {
            "start": 971163341,
            "stop": 971163347
        },
        {
            "start": 971163349,
            "stop": 971163350
        },
        {
            "start": 971163351,
            "stop": 971163353
        },
        {
            "start": 971163356,
            "stop": 971163357
        },
        {
            "start": 971163359,
            "stop": 971163366
        },
        {
            "start": 971163368,
            "stop": 971163369
        },
        {
            "start": 971163371,
            "stop": 971163373
        },
        {
            "start": 971163375,
            "stop": 971163382
        },
        {
            "start": 971163384,
            "stop": 971163386
        },
        {
            "start": 971163387,
            "stop": 971163389
        },
        {
            "start": 971163392,
            "stop": 971163397
        },
        {
            "start": 971163398,
            "stop": 971163400
        },
        {
            "start": 971163404,
            "stop": 971163406
        },
        {
            "start": 971163408,
            "stop": 971163410
        },
        {
            "start": 971163412,
            "stop": 971163413
        },
        {
            "start": 971163415,
            "stop": 971163417
        },
        {
            "start": 971163419,
            "stop": 971163420
        },
        {
            "start": 971163423,
            "stop": 971163427
        },
        {
            "start": 971163435,
            "stop": 971163437
        },
        {
            "start": 971163443,
            "stop": 971163444
        }
    ]
}