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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16635",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16633",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16634,
    "results": [
        {
            "start": 874817681,
            "stop": 874817730
        },
        {
            "start": 874817734,
            "stop": 874817812
        },
        {
            "start": 874817815,
            "stop": 874817820
        },
        {
            "start": 874819080,
            "stop": 874819100
        },
        {
            "start": 874819103,
            "stop": 874819107
        },
        {
            "start": 874819109,
            "stop": 874819133
        },
        {
            "start": 874819136,
            "stop": 874819138
        },
        {
            "start": 874819145,
            "stop": 874819152
        },
        {
            "start": 874819155,
            "stop": 874819161
        },
        {
            "start": 874819164,
            "stop": 874819169
        },
        {
            "start": 874819173,
            "stop": 874819190
        },
        {
            "start": 874819191,
            "stop": 874819254
        },
        {
            "start": 874819258,
            "stop": 874819319
        },
        {
            "start": 874819323,
            "stop": 874819376
        },
        {
            "start": 874819380,
            "stop": 874819474
        },
        {
            "start": 874819475,
            "stop": 874819552
        },
        {
            "start": 874819553,
            "stop": 874819566
        },
        {
            "start": 874819567,
            "stop": 874819625
        },
        {
            "start": 874819626,
            "stop": 874819666
        },
        {
            "start": 874819668,
            "stop": 874819732
        }
    ]
}