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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=281",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 282,
    "results": [
        {
            "start": 841178845,
            "stop": 841178994
        },
        {
            "start": 841179859,
            "stop": 841179879
        },
        {
            "start": 841179881,
            "stop": 841180429
        },
        {
            "start": 841180431,
            "stop": 841183397
        },
        {
            "start": 841184922,
            "stop": 841184981
        },
        {
            "start": 841184983,
            "stop": 841185106
        },
        {
            "start": 841185108,
            "stop": 841185296
        },
        {
            "start": 841185298,
            "stop": 841185570
        },
        {
            "start": 841185571,
            "stop": 841185792
        },
        {
            "start": 841185794,
            "stop": 841186222
        },
        {
            "start": 841186223,
            "stop": 841186499
        },
        {
            "start": 841186501,
            "stop": 841186751
        },
        {
            "start": 841186753,
            "stop": 841186796
        },
        {
            "start": 841186798,
            "stop": 841187979
        },
        {
            "start": 841187980,
            "stop": 841188922
        },
        {
            "start": 841189756,
            "stop": 841190712
        },
        {
            "start": 841190714,
            "stop": 841191326
        },
        {
            "start": 841191328,
            "stop": 841191902
        },
        {
            "start": 841191904,
            "stop": 841197552
        },
        {
            "start": 841197553,
            "stop": 841197556
        }
    ]
}