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=16601
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=16602",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16600",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16601,
    "results": [
        {
            "start": 874728180,
            "stop": 874728193
        },
        {
            "start": 874728194,
            "stop": 874728199
        },
        {
            "start": 874728200,
            "stop": 874728209
        },
        {
            "start": 874728210,
            "stop": 874728263
        },
        {
            "start": 874728264,
            "stop": 874728325
        },
        {
            "start": 874728327,
            "stop": 874728347
        },
        {
            "start": 874728349,
            "stop": 874728512
        },
        {
            "start": 874728513,
            "stop": 874728550
        },
        {
            "start": 874728552,
            "stop": 874728562
        },
        {
            "start": 874728564,
            "stop": 874728569
        },
        {
            "start": 874728571,
            "stop": 874729413
        },
        {
            "start": 874729416,
            "stop": 874729423
        },
        {
            "start": 874729425,
            "stop": 874729441
        },
        {
            "start": 874729442,
            "stop": 874729812
        },
        {
            "start": 874729813,
            "stop": 874729892
        },
        {
            "start": 874729894,
            "stop": 874729947
        },
        {
            "start": 874729948,
            "stop": 874730021
        },
        {
            "start": 874730022,
            "stop": 874730049
        },
        {
            "start": 874730051,
            "stop": 874730061
        },
        {
            "start": 874730062,
            "stop": 874730082
        }
    ]
}