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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=87",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 88,
    "results": [
        {
            "start": 1126552029,
            "stop": 1126552047
        },
        {
            "start": 1126552049,
            "stop": 1126552138
        },
        {
            "start": 1126552140,
            "stop": 1126552229
        },
        {
            "start": 1126552231,
            "stop": 1126552239
        },
        {
            "start": 1126552241,
            "stop": 1126552253
        },
        {
            "start": 1126552254,
            "stop": 1126552288
        },
        {
            "start": 1126552291,
            "stop": 1126552292
        },
        {
            "start": 1126552307,
            "stop": 1126552397
        },
        {
            "start": 1126552399,
            "stop": 1126552428
        },
        {
            "start": 1126552430,
            "stop": 1126552489
        },
        {
            "start": 1126552491,
            "stop": 1126552498
        },
        {
            "start": 1126552500,
            "stop": 1126552504
        },
        {
            "start": 1126552506,
            "stop": 1126552551
        },
        {
            "start": 1126552552,
            "stop": 1126552617
        },
        {
            "start": 1126552618,
            "stop": 1126552885
        },
        {
            "start": 1126552889,
            "stop": 1126552895
        },
        {
            "start": 1126552897,
            "stop": 1126552907
        },
        {
            "start": 1126552913,
            "stop": 1126553021
        },
        {
            "start": 1126553032,
            "stop": 1126553256
        },
        {
            "start": 1126553261,
            "stop": 1126553380
        }
    ]
}