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=16574
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=16575",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16573",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16574,
    "results": [
        {
            "start": 874694463,
            "stop": 874694478
        },
        {
            "start": 874694479,
            "stop": 874694522
        },
        {
            "start": 874694523,
            "stop": 874694529
        },
        {
            "start": 874694531,
            "stop": 874694566
        },
        {
            "start": 874694567,
            "stop": 874694624
        },
        {
            "start": 874694627,
            "stop": 874694738
        },
        {
            "start": 874694740,
            "stop": 874694757
        },
        {
            "start": 874694759,
            "stop": 874694959
        },
        {
            "start": 874694961,
            "stop": 874694967
        },
        {
            "start": 874694970,
            "stop": 874695303
        },
        {
            "start": 874695307,
            "stop": 874695362
        },
        {
            "start": 874695363,
            "stop": 874695499
        },
        {
            "start": 874695501,
            "stop": 874695535
        },
        {
            "start": 874695536,
            "stop": 874695542
        },
        {
            "start": 874695543,
            "stop": 874695556
        },
        {
            "start": 874695557,
            "stop": 874695672
        },
        {
            "start": 874695675,
            "stop": 874695677
        },
        {
            "start": 874695680,
            "stop": 874695720
        },
        {
            "start": 874695721,
            "stop": 874695937
        },
        {
            "start": 874695941,
            "stop": 874696124
        }
    ]
}