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=1612
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=1613",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1611",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1612,
    "results": [
        {
            "start": 954087298,
            "stop": 954087389
        },
        {
            "start": 954087391,
            "stop": 954087394
        },
        {
            "start": 954087396,
            "stop": 954087398
        },
        {
            "start": 954087401,
            "stop": 954087402
        },
        {
            "start": 954087404,
            "stop": 954087406
        },
        {
            "start": 954087409,
            "stop": 954087411
        },
        {
            "start": 954088004,
            "stop": 954088495
        },
        {
            "start": 954088499,
            "stop": 954089750
        },
        {
            "start": 954089752,
            "stop": 954090144
        },
        {
            "start": 954090146,
            "stop": 954090200
        },
        {
            "start": 954090202,
            "stop": 954090211
        },
        {
            "start": 954090213,
            "stop": 954090351
        },
        {
            "start": 954090354,
            "stop": 954090378
        },
        {
            "start": 954090380,
            "stop": 954090426
        },
        {
            "start": 954090428,
            "stop": 954090451
        },
        {
            "start": 954090453,
            "stop": 954090521
        },
        {
            "start": 954096026,
            "stop": 954096223
        },
        {
            "start": 954096257,
            "stop": 954096337
        },
        {
            "start": 954096339,
            "stop": 954096480
        },
        {
            "start": 954096671,
            "stop": 954096721
        }
    ]
}