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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1868",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1866",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1867,
    "results": [
        {
            "start": 1250787861,
            "stop": 1250787863
        },
        {
            "start": 1250787865,
            "stop": 1250787886
        },
        {
            "start": 1250787890,
            "stop": 1250787894
        },
        {
            "start": 1250787897,
            "stop": 1250787901
        },
        {
            "start": 1250787903,
            "stop": 1250787970
        },
        {
            "start": 1250787973,
            "stop": 1250788280
        },
        {
            "start": 1250788281,
            "stop": 1250788567
        },
        {
            "start": 1250788570,
            "stop": 1250788586
        },
        {
            "start": 1250788589,
            "stop": 1250789469
        },
        {
            "start": 1250789470,
            "stop": 1250789484
        },
        {
            "start": 1250789485,
            "stop": 1250789547
        },
        {
            "start": 1250789548,
            "stop": 1250789569
        },
        {
            "start": 1250789571,
            "stop": 1250789572
        },
        {
            "start": 1250789574,
            "stop": 1250789749
        },
        {
            "start": 1250789752,
            "stop": 1250789758
        },
        {
            "start": 1250789760,
            "stop": 1250790000
        },
        {
            "start": 1250799362,
            "stop": 1250800628
        },
        {
            "start": 1250800631,
            "stop": 1250801433
        },
        {
            "start": 1250801436,
            "stop": 1250802733
        },
        {
            "start": 1250802736,
            "stop": 1250802738
        }
    ]
}