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=274
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=275",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=273",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 274,
    "results": [
        {
            "start": 840763332,
            "stop": 840767291
        },
        {
            "start": 840767293,
            "stop": 840783955
        },
        {
            "start": 840783957,
            "stop": 840783999
        },
        {
            "start": 840784001,
            "stop": 840784011
        },
        {
            "start": 840784851,
            "stop": 840798597
        },
        {
            "start": 840798599,
            "stop": 840798682
        },
        {
            "start": 840798685,
            "stop": 840798700
        },
        {
            "start": 840798703,
            "stop": 840798706
        },
        {
            "start": 840798707,
            "stop": 840798717
        },
        {
            "start": 840798815,
            "stop": 840798866
        },
        {
            "start": 840799508,
            "stop": 840799598
        },
        {
            "start": 840799600,
            "stop": 840799846
        },
        {
            "start": 840799848,
            "stop": 840799868
        },
        {
            "start": 840799870,
            "stop": 840799878
        },
        {
            "start": 840799879,
            "stop": 840799906
        },
        {
            "start": 840802338,
            "stop": 840802753
        },
        {
            "start": 840836062,
            "stop": 840839309
        },
        {
            "start": 840839310,
            "stop": 840841440
        },
        {
            "start": 840841519,
            "stop": 840844448
        },
        {
            "start": 840844450,
            "stop": 840845834
        }
    ]
}