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=1752
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=1753",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1751",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1752,
    "results": [
        {
            "start": 958727996,
            "stop": 958728000
        },
        {
            "start": 958728005,
            "stop": 958728026
        },
        {
            "start": 958728028,
            "stop": 958728031
        },
        {
            "start": 958728033,
            "stop": 958728044
        },
        {
            "start": 958728048,
            "stop": 958728190
        },
        {
            "start": 958728192,
            "stop": 958728258
        },
        {
            "start": 958728260,
            "stop": 958728324
        },
        {
            "start": 958728326,
            "stop": 958728398
        },
        {
            "start": 958728400,
            "stop": 958728548
        },
        {
            "start": 958728558,
            "stop": 958728764
        },
        {
            "start": 958728766,
            "stop": 958728776
        },
        {
            "start": 958728778,
            "stop": 958728780
        },
        {
            "start": 958728783,
            "stop": 958728786
        },
        {
            "start": 958728788,
            "stop": 958728835
        },
        {
            "start": 958728837,
            "stop": 958728840
        },
        {
            "start": 958728844,
            "stop": 958728850
        },
        {
            "start": 958728858,
            "stop": 958728859
        },
        {
            "start": 958728861,
            "stop": 958728962
        },
        {
            "start": 958728963,
            "stop": 958728964
        },
        {
            "start": 958728967,
            "stop": 958728990
        }
    ]
}