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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=87",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 88,
    "results": [
        {
            "start": 931505997,
            "stop": 931506006
        },
        {
            "start": 931506011,
            "stop": 931506018
        },
        {
            "start": 931506021,
            "stop": 931506027
        },
        {
            "start": 931506030,
            "stop": 931506037
        },
        {
            "start": 931506040,
            "stop": 931506043
        },
        {
            "start": 931506048,
            "stop": 931506056
        },
        {
            "start": 931506059,
            "stop": 931506068
        },
        {
            "start": 931506071,
            "stop": 931506072
        },
        {
            "start": 931506075,
            "stop": 931506076
        },
        {
            "start": 931506079,
            "stop": 931506093
        },
        {
            "start": 931506096,
            "stop": 931506108
        },
        {
            "start": 931506111,
            "stop": 931506117
        },
        {
            "start": 931506120,
            "stop": 931506128
        },
        {
            "start": 931506131,
            "stop": 931506166
        },
        {
            "start": 931506169,
            "stop": 931506198
        },
        {
            "start": 931506201,
            "stop": 931506218
        },
        {
            "start": 931506221,
            "stop": 931506223
        },
        {
            "start": 931506226,
            "stop": 931506229
        },
        {
            "start": 931506233,
            "stop": 931506249
        },
        {
            "start": 931506252,
            "stop": 931506259
        }
    ]
}