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=14407
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=14408",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14406",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14407,
    "results": [
        {
            "start": 971443275,
            "stop": 971443302
        },
        {
            "start": 971443303,
            "stop": 971443306
        },
        {
            "start": 971443309,
            "stop": 971443315
        },
        {
            "start": 971443320,
            "stop": 971443322
        },
        {
            "start": 971443324,
            "stop": 971443328
        },
        {
            "start": 971443330,
            "stop": 971443334
        },
        {
            "start": 971443335,
            "stop": 971443341
        },
        {
            "start": 971443344,
            "stop": 971443347
        },
        {
            "start": 971443353,
            "stop": 971443355
        },
        {
            "start": 971443356,
            "stop": 971443357
        },
        {
            "start": 971443360,
            "stop": 971443363
        },
        {
            "start": 971443364,
            "stop": 971443370
        },
        {
            "start": 971443371,
            "stop": 971443374
        },
        {
            "start": 971443379,
            "stop": 971443386
        },
        {
            "start": 971443387,
            "stop": 971443397
        },
        {
            "start": 971443402,
            "stop": 971443405
        },
        {
            "start": 971443406,
            "stop": 971443407
        },
        {
            "start": 971443409,
            "stop": 971443410
        },
        {
            "start": 971443413,
            "stop": 971443414
        },
        {
            "start": 971443415,
            "stop": 971443416
        }
    ]
}