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=175
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=176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=174",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 175,
    "results": [
        {
            "start": 831363214,
            "stop": 831364364
        },
        {
            "start": 831364366,
            "stop": 831364888
        },
        {
            "start": 831364890,
            "stop": 831365068
        },
        {
            "start": 831367534,
            "stop": 831368104
        },
        {
            "start": 831368106,
            "stop": 831368124
        },
        {
            "start": 831368126,
            "stop": 831368158
        },
        {
            "start": 831368161,
            "stop": 831369215
        },
        {
            "start": 831372195,
            "stop": 831372396
        },
        {
            "start": 831406356,
            "stop": 831406446
        },
        {
            "start": 831406448,
            "stop": 831406522
        },
        {
            "start": 831420009,
            "stop": 831425648
        },
        {
            "start": 831425650,
            "stop": 831437110
        },
        {
            "start": 831437112,
            "stop": 831437127
        },
        {
            "start": 831441786,
            "stop": 831451215
        },
        {
            "start": 831451217,
            "stop": 831451301
        },
        {
            "start": 831451303,
            "stop": 831451399
        },
        {
            "start": 831452376,
            "stop": 831462618
        },
        {
            "start": 831463325,
            "stop": 831466451
        },
        {
            "start": 831468296,
            "stop": 831469741
        },
        {
            "start": 831469815,
            "stop": 831474015
        }
    ]
}