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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=359",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=357",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 358,
    "results": [
        {
            "start": 1240733268,
            "stop": 1240733369
        },
        {
            "start": 1240733370,
            "stop": 1240733488
        },
        {
            "start": 1240733490,
            "stop": 1240733554
        },
        {
            "start": 1240733557,
            "stop": 1240733576
        },
        {
            "start": 1240733577,
            "stop": 1240733588
        },
        {
            "start": 1240733589,
            "stop": 1240733703
        },
        {
            "start": 1240733706,
            "stop": 1240733973
        },
        {
            "start": 1240733976,
            "stop": 1240734040
        },
        {
            "start": 1240734042,
            "stop": 1240734075
        },
        {
            "start": 1240734076,
            "stop": 1240734301
        },
        {
            "start": 1240734302,
            "stop": 1240734338
        },
        {
            "start": 1240734339,
            "stop": 1240734393
        },
        {
            "start": 1240734395,
            "stop": 1240734504
        },
        {
            "start": 1240734505,
            "stop": 1240734638
        },
        {
            "start": 1240734640,
            "stop": 1240734758
        },
        {
            "start": 1240734759,
            "stop": 1240734802
        },
        {
            "start": 1240734805,
            "stop": 1240734812
        },
        {
            "start": 1240734814,
            "stop": 1240734849
        },
        {
            "start": 1240734850,
            "stop": 1240734917
        },
        {
            "start": 1240734918,
            "stop": 1240735314
        }
    ]
}