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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=352",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=350",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 351,
    "results": [
        {
            "start": 821456751,
            "stop": 821456821
        },
        {
            "start": 821459486,
            "stop": 821459495
        },
        {
            "start": 821459499,
            "stop": 821459503
        },
        {
            "start": 821459506,
            "stop": 821459524
        },
        {
            "start": 821459527,
            "stop": 821459575
        },
        {
            "start": 821459578,
            "stop": 821460023
        },
        {
            "start": 821460026,
            "stop": 821460591
        },
        {
            "start": 821461197,
            "stop": 821461620
        },
        {
            "start": 821461623,
            "stop": 821461712
        },
        {
            "start": 821461715,
            "stop": 821461717
        },
        {
            "start": 821461720,
            "stop": 821461859
        },
        {
            "start": 821461862,
            "stop": 821462029
        },
        {
            "start": 821462032,
            "stop": 821462035
        },
        {
            "start": 821462038,
            "stop": 821462255
        },
        {
            "start": 821462258,
            "stop": 821462642
        },
        {
            "start": 821462648,
            "stop": 821462748
        },
        {
            "start": 821462751,
            "stop": 821463191
        },
        {
            "start": 821463194,
            "stop": 821463401
        },
        {
            "start": 821463405,
            "stop": 821463534
        },
        {
            "start": 821463537,
            "stop": 821463544
        }
    ]
}