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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14114",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14112",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14113,
    "results": [
        {
            "start": 971160487,
            "stop": 971160490
        },
        {
            "start": 971160494,
            "stop": 971160496
        },
        {
            "start": 971160499,
            "stop": 971160500
        },
        {
            "start": 971160502,
            "stop": 971160505
        },
        {
            "start": 971160506,
            "stop": 971160510
        },
        {
            "start": 971160511,
            "stop": 971160512
        },
        {
            "start": 971160513,
            "stop": 971160515
        },
        {
            "start": 971160516,
            "stop": 971160519
        },
        {
            "start": 971160521,
            "stop": 971160530
        },
        {
            "start": 971160534,
            "stop": 971160538
        },
        {
            "start": 971160539,
            "stop": 971160540
        },
        {
            "start": 971160545,
            "stop": 971160547
        },
        {
            "start": 971160549,
            "stop": 971160550
        },
        {
            "start": 971160551,
            "stop": 971160552
        },
        {
            "start": 971160554,
            "stop": 971160556
        },
        {
            "start": 971160557,
            "stop": 971160559
        },
        {
            "start": 971160562,
            "stop": 971160565
        },
        {
            "start": 971160567,
            "stop": 971160568
        },
        {
            "start": 971160569,
            "stop": 971160573
        },
        {
            "start": 971160574,
            "stop": 971160576
        }
    ]
}