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=281
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=282",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=280",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 281,
    "results": [
        {
            "start": 931684390,
            "stop": 931684391
        },
        {
            "start": 931684394,
            "stop": 931684395
        },
        {
            "start": 931684416,
            "stop": 931684417
        },
        {
            "start": 931684423,
            "stop": 931684424
        },
        {
            "start": 931684427,
            "stop": 931684428
        },
        {
            "start": 931684434,
            "stop": 931684436
        },
        {
            "start": 931684465,
            "stop": 931684468
        },
        {
            "start": 931684479,
            "stop": 931684484
        },
        {
            "start": 931684504,
            "stop": 931684505
        },
        {
            "start": 931684516,
            "stop": 931684517
        },
        {
            "start": 931684520,
            "stop": 931684521
        },
        {
            "start": 931684524,
            "stop": 931684526
        },
        {
            "start": 931684529,
            "stop": 931684533
        },
        {
            "start": 931684540,
            "stop": 931684542
        },
        {
            "start": 931684551,
            "stop": 931684553
        },
        {
            "start": 931684556,
            "stop": 931684559
        },
        {
            "start": 931684594,
            "stop": 931684596
        },
        {
            "start": 931684601,
            "stop": 931684602
        },
        {
            "start": 931684606,
            "stop": 931684608
        },
        {
            "start": 931684624,
            "stop": 931684625
        }
    ]
}