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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=410",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=408",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 409,
    "results": [
        {
            "start": 932679506,
            "stop": 932679542
        },
        {
            "start": 932679543,
            "stop": 932679564
        },
        {
            "start": 932679565,
            "stop": 932679587
        },
        {
            "start": 932679589,
            "stop": 932679730
        },
        {
            "start": 932679731,
            "stop": 932679790
        },
        {
            "start": 932679791,
            "stop": 932679967
        },
        {
            "start": 932679968,
            "stop": 932680019
        },
        {
            "start": 932682523,
            "stop": 932683365
        },
        {
            "start": 932683368,
            "stop": 932683522
        },
        {
            "start": 932683523,
            "stop": 932683852
        },
        {
            "start": 932683853,
            "stop": 932683904
        },
        {
            "start": 932683905,
            "stop": 932683914
        },
        {
            "start": 932683915,
            "stop": 932683955
        },
        {
            "start": 932683956,
            "stop": 932684205
        },
        {
            "start": 932684208,
            "stop": 932684231
        },
        {
            "start": 932684232,
            "stop": 932684296
        },
        {
            "start": 932684298,
            "stop": 932684310
        },
        {
            "start": 932684313,
            "stop": 932684325
        },
        {
            "start": 932684328,
            "stop": 932684340
        },
        {
            "start": 932684343,
            "stop": 932684400
        }
    ]
}