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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=497",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=495",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 496,
    "results": [
        {
            "start": 1184575256,
            "stop": 1184575279
        },
        {
            "start": 1184575282,
            "stop": 1184575285
        },
        {
            "start": 1184575310,
            "stop": 1184575311
        },
        {
            "start": 1184575335,
            "stop": 1184575336
        },
        {
            "start": 1184575341,
            "stop": 1184575343
        },
        {
            "start": 1184575345,
            "stop": 1184575349
        },
        {
            "start": 1184575351,
            "stop": 1184575359
        },
        {
            "start": 1184575364,
            "stop": 1184575365
        },
        {
            "start": 1184575370,
            "stop": 1184575373
        },
        {
            "start": 1184575380,
            "stop": 1184575381
        },
        {
            "start": 1184575391,
            "stop": 1184575394
        },
        {
            "start": 1184575397,
            "stop": 1184575420
        },
        {
            "start": 1184575424,
            "stop": 1184575425
        },
        {
            "start": 1184575429,
            "stop": 1184575437
        },
        {
            "start": 1184575446,
            "stop": 1184575449
        },
        {
            "start": 1184575454,
            "stop": 1184575463
        },
        {
            "start": 1184575465,
            "stop": 1184575467
        },
        {
            "start": 1184575469,
            "stop": 1184575470
        },
        {
            "start": 1184575475,
            "stop": 1184575479
        },
        {
            "start": 1184575481,
            "stop": 1184575482
        }
    ]
}