Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4014
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4015",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4013",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 4014,
    "results": [
        {
            "start": 874950141,
            "stop": 874952040
        },
        {
            "start": 874953375,
            "stop": 874953400
        },
        {
            "start": 874953401,
            "stop": 874955400
        },
        {
            "start": 874955520,
            "stop": 874955928
        },
        {
            "start": 874957929,
            "stop": 874957930
        },
        {
            "start": 874957933,
            "stop": 874957934
        },
        {
            "start": 874957938,
            "stop": 874957939
        },
        {
            "start": 874957965,
            "stop": 874957969
        },
        {
            "start": 874957974,
            "stop": 874957975
        },
        {
            "start": 874957976,
            "stop": 874957978
        },
        {
            "start": 874957980,
            "stop": 874957982
        },
        {
            "start": 874957985,
            "stop": 874957987
        },
        {
            "start": 874957988,
            "stop": 874957989
        },
        {
            "start": 874957991,
            "stop": 874957992
        },
        {
            "start": 874957997,
            "stop": 874957998
        },
        {
            "start": 874958012,
            "stop": 874958014
        },
        {
            "start": 874958015,
            "stop": 874958016
        },
        {
            "start": 874958017,
            "stop": 874958018
        },
        {
            "start": 874958020,
            "stop": 874958021
        },
        {
            "start": 874958022,
            "stop": 874958024
        }
    ]
}