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=453
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=454",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=452",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 453,
    "results": [
        {
            "start": 847826780,
            "stop": 847826809
        },
        {
            "start": 847826812,
            "stop": 847826854
        },
        {
            "start": 847826855,
            "stop": 847826897
        },
        {
            "start": 847826899,
            "stop": 847826907
        },
        {
            "start": 847826908,
            "stop": 847826982
        },
        {
            "start": 847826983,
            "stop": 847827071
        },
        {
            "start": 847827072,
            "stop": 847827120
        },
        {
            "start": 847827122,
            "stop": 847827142
        },
        {
            "start": 847827145,
            "stop": 847827146
        },
        {
            "start": 847827147,
            "stop": 847827148
        },
        {
            "start": 847827149,
            "stop": 847827158
        },
        {
            "start": 847827160,
            "stop": 847827163
        },
        {
            "start": 847827164,
            "stop": 847827185
        },
        {
            "start": 847827187,
            "stop": 847827191
        },
        {
            "start": 847827192,
            "stop": 847827194
        },
        {
            "start": 847827195,
            "stop": 847827204
        },
        {
            "start": 847827205,
            "stop": 847827245
        },
        {
            "start": 847827247,
            "stop": 847827280
        },
        {
            "start": 847827281,
            "stop": 847827290
        },
        {
            "start": 847827292,
            "stop": 847827312
        }
    ]
}