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=379
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=380",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=378",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 379,
    "results": [
        {
            "start": 847748699,
            "stop": 847748702
        },
        {
            "start": 847748703,
            "stop": 847748722
        },
        {
            "start": 847748724,
            "stop": 847748747
        },
        {
            "start": 847748748,
            "stop": 847748770
        },
        {
            "start": 847749070,
            "stop": 847749074
        },
        {
            "start": 847749076,
            "stop": 847749163
        },
        {
            "start": 847749164,
            "stop": 847749166
        },
        {
            "start": 847749168,
            "stop": 847749193
        },
        {
            "start": 847749194,
            "stop": 847749195
        },
        {
            "start": 847749196,
            "stop": 847749210
        },
        {
            "start": 847749211,
            "stop": 847749290
        },
        {
            "start": 847749400,
            "stop": 847749617
        },
        {
            "start": 847749618,
            "stop": 847749632
        },
        {
            "start": 847749633,
            "stop": 847749647
        },
        {
            "start": 847749650,
            "stop": 847749697
        },
        {
            "start": 847749698,
            "stop": 847749754
        },
        {
            "start": 847750672,
            "stop": 847750677
        },
        {
            "start": 847750679,
            "stop": 847750695
        },
        {
            "start": 847750697,
            "stop": 847750741
        },
        {
            "start": 847750743,
            "stop": 847750760
        }
    ]
}