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=409
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=410",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=408",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 409,
    "results": [
        {
            "start": 1182640502,
            "stop": 1182640529
        },
        {
            "start": 1182648964,
            "stop": 1182653017
        },
        {
            "start": 1182657346,
            "stop": 1182659670
        },
        {
            "start": 1182659674,
            "stop": 1182659869
        },
        {
            "start": 1182659873,
            "stop": 1182660520
        },
        {
            "start": 1182660521,
            "stop": 1182660660
        },
        {
            "start": 1182660661,
            "stop": 1182660995
        },
        {
            "start": 1182660996,
            "stop": 1182661007
        },
        {
            "start": 1182661008,
            "stop": 1182661652
        },
        {
            "start": 1182661653,
            "stop": 1182661730
        },
        {
            "start": 1182661731,
            "stop": 1182662145
        },
        {
            "start": 1182662146,
            "stop": 1182662204
        },
        {
            "start": 1182662205,
            "stop": 1182662215
        },
        {
            "start": 1182662216,
            "stop": 1182662276
        },
        {
            "start": 1182662277,
            "stop": 1182662282
        },
        {
            "start": 1182662284,
            "stop": 1182662305
        },
        {
            "start": 1182662308,
            "stop": 1182662341
        },
        {
            "start": 1182662343,
            "stop": 1182662347
        },
        {
            "start": 1182662350,
            "stop": 1182662449
        },
        {
            "start": 1182662450,
            "stop": 1182662499
        }
    ]
}