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_CAT2/segments?format=api&page=176
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=177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=175",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 176,
    "results": [
        {
            "start": 818168828,
            "stop": 818168832
        },
        {
            "start": 818168839,
            "stop": 818168842
        },
        {
            "start": 818168848,
            "stop": 818168850
        },
        {
            "start": 818168853,
            "stop": 818168857
        },
        {
            "start": 818168861,
            "stop": 818168863
        },
        {
            "start": 818168869,
            "stop": 818168870
        },
        {
            "start": 818168874,
            "stop": 818168875
        },
        {
            "start": 818168878,
            "stop": 818168884
        },
        {
            "start": 818168894,
            "stop": 818168895
        },
        {
            "start": 818168899,
            "stop": 818168903
        },
        {
            "start": 818168923,
            "stop": 818168926
        },
        {
            "start": 818168929,
            "stop": 818168930
        },
        {
            "start": 818168935,
            "stop": 818168939
        },
        {
            "start": 818168942,
            "stop": 818168944
        },
        {
            "start": 818168947,
            "stop": 818168950
        },
        {
            "start": 818168957,
            "stop": 818168966
        },
        {
            "start": 818168972,
            "stop": 818168973
        },
        {
            "start": 818168990,
            "stop": 818168991
        },
        {
            "start": 818168994,
            "stop": 818168997
        },
        {
            "start": 818169004,
            "stop": 818169005
        }
    ]
}