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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16684",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16682",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16683,
    "results": [
        {
            "start": 874912036,
            "stop": 874912069
        },
        {
            "start": 874912072,
            "stop": 874912163
        },
        {
            "start": 874912164,
            "stop": 874912271
        },
        {
            "start": 874912272,
            "stop": 874912278
        },
        {
            "start": 874912279,
            "stop": 874912301
        },
        {
            "start": 874912302,
            "stop": 874912306
        },
        {
            "start": 874912309,
            "stop": 874912324
        },
        {
            "start": 874912327,
            "stop": 874912357
        },
        {
            "start": 874912360,
            "stop": 874912361
        },
        {
            "start": 874912364,
            "stop": 874912402
        },
        {
            "start": 874912405,
            "stop": 874912411
        },
        {
            "start": 874912414,
            "stop": 874912446
        },
        {
            "start": 874912454,
            "stop": 874912456
        },
        {
            "start": 874912459,
            "stop": 874912477
        },
        {
            "start": 874912480,
            "stop": 874912499
        },
        {
            "start": 874912500,
            "stop": 874912506
        },
        {
            "start": 874912518,
            "stop": 874912520
        },
        {
            "start": 874912523,
            "stop": 874912524
        },
        {
            "start": 874912529,
            "stop": 874912680
        },
        {
            "start": 874912684,
            "stop": 874912726
        }
    ]
}