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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40679",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40677",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40678,
    "results": [
        {
            "start": 874927872,
            "stop": 874927873
        },
        {
            "start": 874927875,
            "stop": 874927890
        },
        {
            "start": 874927891,
            "stop": 874927892
        },
        {
            "start": 874927893,
            "stop": 874927901
        },
        {
            "start": 874927904,
            "stop": 874927907
        },
        {
            "start": 874927908,
            "stop": 874927911
        },
        {
            "start": 874927913,
            "stop": 874927987
        },
        {
            "start": 874927988,
            "stop": 874928026
        },
        {
            "start": 874928027,
            "stop": 874928038
        },
        {
            "start": 874928039,
            "stop": 874928070
        },
        {
            "start": 874928072,
            "stop": 874928114
        },
        {
            "start": 874928115,
            "stop": 874928123
        },
        {
            "start": 874928124,
            "stop": 874928125
        },
        {
            "start": 874928126,
            "stop": 874928151
        },
        {
            "start": 874928152,
            "stop": 874928167
        },
        {
            "start": 874928168,
            "stop": 874928276
        },
        {
            "start": 874928277,
            "stop": 874928314
        },
        {
            "start": 874928316,
            "stop": 874928341
        },
        {
            "start": 874928342,
            "stop": 874928355
        },
        {
            "start": 874928356,
            "stop": 874928560
        }
    ]
}