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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=179",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 180,
    "results": [
        {
            "start": 837084693,
            "stop": 837085873
        },
        {
            "start": 837088679,
            "stop": 837089677
        },
        {
            "start": 837089977,
            "stop": 837093133
        },
        {
            "start": 837094742,
            "stop": 837109033
        },
        {
            "start": 837113321,
            "stop": 837118770
        },
        {
            "start": 837118772,
            "stop": 837124260
        },
        {
            "start": 837124262,
            "stop": 837124873
        },
        {
            "start": 837126584,
            "stop": 837134757
        },
        {
            "start": 837136285,
            "stop": 837155986
        },
        {
            "start": 837157510,
            "stop": 837160576
        },
        {
            "start": 837162561,
            "stop": 837162851
        },
        {
            "start": 837170443,
            "stop": 837174156
        },
        {
            "start": 837174157,
            "stop": 837176653
        },
        {
            "start": 837177810,
            "stop": 837178625
        },
        {
            "start": 837178627,
            "stop": 837179778
        },
        {
            "start": 837180039,
            "stop": 837182824
        },
        {
            "start": 837182826,
            "stop": 837185581
        },
        {
            "start": 837185585,
            "stop": 837185601
        },
        {
            "start": 837185604,
            "stop": 837188434
        },
        {
            "start": 837188438,
            "stop": 837188525
        }
    ]
}