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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5171",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5169",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5170,
    "results": [
        {
            "start": 1136266309,
            "stop": 1136266321
        },
        {
            "start": 1136266323,
            "stop": 1136266325
        },
        {
            "start": 1136266327,
            "stop": 1136266364
        },
        {
            "start": 1136266366,
            "stop": 1136266382
        },
        {
            "start": 1136266384,
            "stop": 1136266391
        },
        {
            "start": 1136266393,
            "stop": 1136266408
        },
        {
            "start": 1136266412,
            "stop": 1136266486
        },
        {
            "start": 1136266489,
            "stop": 1136266518
        },
        {
            "start": 1136266523,
            "stop": 1136266555
        },
        {
            "start": 1136266557,
            "stop": 1136266582
        },
        {
            "start": 1136266584,
            "stop": 1136266605
        },
        {
            "start": 1136266607,
            "stop": 1136266608
        },
        {
            "start": 1136266610,
            "stop": 1136266618
        },
        {
            "start": 1136266620,
            "stop": 1136266654
        },
        {
            "start": 1136266656,
            "stop": 1136266707
        },
        {
            "start": 1136266711,
            "stop": 1136266745
        },
        {
            "start": 1136266747,
            "stop": 1136266758
        },
        {
            "start": 1136266762,
            "stop": 1136266764
        },
        {
            "start": 1136266766,
            "stop": 1136266784
        },
        {
            "start": 1136266786,
            "stop": 1136266797
        }
    ]
}