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=1576
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=1577",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1575",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1576,
    "results": [
        {
            "start": 952680168,
            "stop": 952680285
        },
        {
            "start": 952680287,
            "stop": 952680891
        },
        {
            "start": 952680893,
            "stop": 952681524
        },
        {
            "start": 952681526,
            "stop": 952681703
        },
        {
            "start": 952681705,
            "stop": 952681826
        },
        {
            "start": 952681828,
            "stop": 952682204
        },
        {
            "start": 952686265,
            "stop": 952687259
        },
        {
            "start": 952687261,
            "stop": 952687441
        },
        {
            "start": 952687442,
            "stop": 952687680
        },
        {
            "start": 952687682,
            "stop": 952687706
        },
        {
            "start": 952693082,
            "stop": 952694719
        },
        {
            "start": 952694721,
            "stop": 952695169
        },
        {
            "start": 952695171,
            "stop": 952696303
        },
        {
            "start": 952696306,
            "stop": 952696665
        },
        {
            "start": 952696667,
            "stop": 952697592
        },
        {
            "start": 952697594,
            "stop": 952699214
        },
        {
            "start": 952699216,
            "stop": 952700595
        },
        {
            "start": 952700597,
            "stop": 952700653
        },
        {
            "start": 952700656,
            "stop": 952703255
        },
        {
            "start": 952703256,
            "stop": 952704284
        }
    ]
}