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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1637",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1635",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1636,
    "results": [
        {
            "start": 955743281,
            "stop": 955744656
        },
        {
            "start": 955744657,
            "stop": 955746169
        },
        {
            "start": 955746171,
            "stop": 955746564
        },
        {
            "start": 955746566,
            "stop": 955746840
        },
        {
            "start": 955746843,
            "stop": 955746969
        },
        {
            "start": 955746971,
            "stop": 955747733
        },
        {
            "start": 955747735,
            "stop": 955747908
        },
        {
            "start": 955747910,
            "stop": 955748440
        },
        {
            "start": 955748442,
            "stop": 955749258
        },
        {
            "start": 955749259,
            "stop": 955749729
        },
        {
            "start": 955749731,
            "stop": 955749829
        },
        {
            "start": 955749831,
            "stop": 955752523
        },
        {
            "start": 955753817,
            "stop": 955753923
        },
        {
            "start": 955753924,
            "stop": 955765746
        },
        {
            "start": 955775515,
            "stop": 955792334
        },
        {
            "start": 955792336,
            "stop": 955797183
        },
        {
            "start": 955797186,
            "stop": 955797241
        },
        {
            "start": 955797244,
            "stop": 955797245
        },
        {
            "start": 955797247,
            "stop": 955797256
        },
        {
            "start": 955797259,
            "stop": 955798963
        }
    ]
}