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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=163",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 164,
    "results": [
        {
            "start": 840311645,
            "stop": 840312430
        },
        {
            "start": 840312938,
            "stop": 840316931
        },
        {
            "start": 840318092,
            "stop": 840319121
        },
        {
            "start": 840320034,
            "stop": 840327130
        },
        {
            "start": 840327132,
            "stop": 840327167
        },
        {
            "start": 840328820,
            "stop": 840332300
        },
        {
            "start": 840333605,
            "stop": 840336323
        },
        {
            "start": 840338047,
            "stop": 840339413
        },
        {
            "start": 840340810,
            "stop": 840342155
        },
        {
            "start": 840343536,
            "stop": 840344330
        },
        {
            "start": 840346070,
            "stop": 840347066
        },
        {
            "start": 840351035,
            "stop": 840354091
        },
        {
            "start": 840355179,
            "stop": 840363235
        },
        {
            "start": 840364082,
            "stop": 840366409
        },
        {
            "start": 840366410,
            "stop": 840366475
        },
        {
            "start": 840367867,
            "stop": 840368215
        },
        {
            "start": 840368217,
            "stop": 840368566
        },
        {
            "start": 840368567,
            "stop": 840370636
        },
        {
            "start": 840371475,
            "stop": 840373094
        },
        {
            "start": 840373973,
            "stop": 840374703
        }
    ]
}