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=174
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=175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=173",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 174,
    "results": [
        {
            "start": 818168348,
            "stop": 818168352
        },
        {
            "start": 818168355,
            "stop": 818168358
        },
        {
            "start": 818168374,
            "stop": 818168375
        },
        {
            "start": 818168408,
            "stop": 818168410
        },
        {
            "start": 818168416,
            "stop": 818168420
        },
        {
            "start": 818168432,
            "stop": 818168433
        },
        {
            "start": 818168436,
            "stop": 818168437
        },
        {
            "start": 818168440,
            "stop": 818168442
        },
        {
            "start": 818168445,
            "stop": 818168451
        },
        {
            "start": 818168457,
            "stop": 818168458
        },
        {
            "start": 818168461,
            "stop": 818168463
        },
        {
            "start": 818168477,
            "stop": 818168478
        },
        {
            "start": 818168481,
            "stop": 818168482
        },
        {
            "start": 818168490,
            "stop": 818168491
        },
        {
            "start": 818168508,
            "stop": 818168512
        },
        {
            "start": 818168515,
            "stop": 818168518
        },
        {
            "start": 818168529,
            "stop": 818168532
        },
        {
            "start": 818168547,
            "stop": 818168550
        },
        {
            "start": 818168553,
            "stop": 818168555
        },
        {
            "start": 818168560,
            "stop": 818168566
        }
    ]
}