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_CAT1/segments?format=api&page=196
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=195",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 196,
    "results": [
        {
            "start": 833258093,
            "stop": 833258758
        },
        {
            "start": 833258760,
            "stop": 833259200
        },
        {
            "start": 833259202,
            "stop": 833259713
        },
        {
            "start": 833259715,
            "stop": 833259747
        },
        {
            "start": 833259749,
            "stop": 833261408
        },
        {
            "start": 833261410,
            "stop": 833261517
        },
        {
            "start": 833261694,
            "stop": 833268855
        },
        {
            "start": 833268857,
            "stop": 833268906
        },
        {
            "start": 833268909,
            "stop": 833269675
        },
        {
            "start": 833270455,
            "stop": 833271858
        },
        {
            "start": 833271859,
            "stop": 833272365
        },
        {
            "start": 833272367,
            "stop": 833273071
        },
        {
            "start": 833273073,
            "stop": 833273228
        },
        {
            "start": 833273230,
            "stop": 833274101
        },
        {
            "start": 833274103,
            "stop": 833274104
        },
        {
            "start": 833274106,
            "stop": 833274138
        },
        {
            "start": 833274140,
            "stop": 833274182
        },
        {
            "start": 833274184,
            "stop": 833274222
        },
        {
            "start": 833274224,
            "stop": 833274244
        },
        {
            "start": 833274246,
            "stop": 833274253
        }
    ]
}