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=16597
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=16598",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16596",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16597,
    "results": [
        {
            "start": 874723279,
            "stop": 874723285
        },
        {
            "start": 874723287,
            "stop": 874723326
        },
        {
            "start": 874723327,
            "stop": 874723539
        },
        {
            "start": 874723540,
            "stop": 874723630
        },
        {
            "start": 874723632,
            "stop": 874723714
        },
        {
            "start": 874723715,
            "stop": 874723778
        },
        {
            "start": 874723779,
            "stop": 874723825
        },
        {
            "start": 874723826,
            "stop": 874723846
        },
        {
            "start": 874723847,
            "stop": 874723957
        },
        {
            "start": 874723959,
            "stop": 874723991
        },
        {
            "start": 874723993,
            "stop": 874724037
        },
        {
            "start": 874724039,
            "stop": 874724042
        },
        {
            "start": 874724043,
            "stop": 874724185
        },
        {
            "start": 874724187,
            "stop": 874724212
        },
        {
            "start": 874724213,
            "stop": 874724224
        },
        {
            "start": 874724226,
            "stop": 874724275
        },
        {
            "start": 874724277,
            "stop": 874724325
        },
        {
            "start": 874724327,
            "stop": 874724408
        },
        {
            "start": 874724410,
            "stop": 874724425
        },
        {
            "start": 874724426,
            "stop": 874724558
        }
    ]
}