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=5198
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=5199",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5197",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5198,
    "results": [
        {
            "start": 1136279497,
            "stop": 1136279506
        },
        {
            "start": 1136279508,
            "stop": 1136279509
        },
        {
            "start": 1136279511,
            "stop": 1136279533
        },
        {
            "start": 1136279535,
            "stop": 1136279538
        },
        {
            "start": 1136279540,
            "stop": 1136279551
        },
        {
            "start": 1136279553,
            "stop": 1136279555
        },
        {
            "start": 1136279557,
            "stop": 1136279569
        },
        {
            "start": 1136279573,
            "stop": 1136279576
        },
        {
            "start": 1136279578,
            "stop": 1136279582
        },
        {
            "start": 1136279584,
            "stop": 1136279586
        },
        {
            "start": 1136279588,
            "stop": 1136279592
        },
        {
            "start": 1136279594,
            "stop": 1136279620
        },
        {
            "start": 1136279622,
            "stop": 1136279666
        },
        {
            "start": 1136279668,
            "stop": 1136279693
        },
        {
            "start": 1136279695,
            "stop": 1136279718
        },
        {
            "start": 1136279720,
            "stop": 1136279746
        },
        {
            "start": 1136279748,
            "stop": 1136279797
        },
        {
            "start": 1136279799,
            "stop": 1136279812
        },
        {
            "start": 1136279814,
            "stop": 1136279816
        },
        {
            "start": 1136279818,
            "stop": 1136279821
        }
    ]
}