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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=296",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=294",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 295,
    "results": [
        {
            "start": 931769173,
            "stop": 931769176
        },
        {
            "start": 931769178,
            "stop": 931769181
        },
        {
            "start": 931769184,
            "stop": 931769188
        },
        {
            "start": 931769191,
            "stop": 931769200
        },
        {
            "start": 931769203,
            "stop": 931769213
        },
        {
            "start": 931769237,
            "stop": 931769238
        },
        {
            "start": 931769241,
            "stop": 931769247
        },
        {
            "start": 931769251,
            "stop": 931769252
        },
        {
            "start": 931769255,
            "stop": 931769257
        },
        {
            "start": 931769260,
            "stop": 931769279
        },
        {
            "start": 931769283,
            "stop": 931769285
        },
        {
            "start": 931769293,
            "stop": 931769294
        },
        {
            "start": 931769305,
            "stop": 931769311
        },
        {
            "start": 931769322,
            "stop": 931769332
        },
        {
            "start": 931769335,
            "stop": 931769337
        },
        {
            "start": 931769344,
            "stop": 931769348
        },
        {
            "start": 931769351,
            "stop": 931769355
        },
        {
            "start": 931769362,
            "stop": 931769363
        },
        {
            "start": 931769371,
            "stop": 931769372
        },
        {
            "start": 931769375,
            "stop": 931769381
        }
    ]
}