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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=298",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=296",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 297,
    "results": [
        {
            "start": 818234974,
            "stop": 818234975
        },
        {
            "start": 818234982,
            "stop": 818234986
        },
        {
            "start": 818234989,
            "stop": 818234991
        },
        {
            "start": 818234999,
            "stop": 818235000
        },
        {
            "start": 818235008,
            "stop": 818235009
        },
        {
            "start": 818235014,
            "stop": 818235016
        },
        {
            "start": 818235039,
            "stop": 818235043
        },
        {
            "start": 818235048,
            "stop": 818235049
        },
        {
            "start": 818235053,
            "stop": 818235056
        },
        {
            "start": 818235066,
            "stop": 818235068
        },
        {
            "start": 818235073,
            "stop": 818235077
        },
        {
            "start": 818235081,
            "stop": 818235084
        },
        {
            "start": 818235101,
            "stop": 818235107
        },
        {
            "start": 818235111,
            "stop": 818235112
        },
        {
            "start": 818235119,
            "stop": 818235122
        },
        {
            "start": 818235126,
            "stop": 818235127
        },
        {
            "start": 818235143,
            "stop": 818235145
        },
        {
            "start": 818235151,
            "stop": 818235163
        },
        {
            "start": 818235173,
            "stop": 818235174
        },
        {
            "start": 818235196,
            "stop": 818235199
        }
    ]
}