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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3468",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3466",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3467,
    "results": [
        {
            "start": 969928972,
            "stop": 969929365
        },
        {
            "start": 969929368,
            "stop": 969930465
        },
        {
            "start": 969930468,
            "stop": 969930587
        },
        {
            "start": 969930707,
            "stop": 969931342
        },
        {
            "start": 969931345,
            "stop": 969931372
        },
        {
            "start": 969931375,
            "stop": 969931487
        },
        {
            "start": 969931547,
            "stop": 969931667
        },
        {
            "start": 969931727,
            "stop": 969931870
        },
        {
            "start": 969931873,
            "stop": 969932727
        },
        {
            "start": 969932728,
            "stop": 969932740
        },
        {
            "start": 969932743,
            "stop": 969934574
        },
        {
            "start": 969934575,
            "stop": 969934590
        },
        {
            "start": 969934593,
            "stop": 969935101
        },
        {
            "start": 969935104,
            "stop": 969935282
        },
        {
            "start": 969935285,
            "stop": 969935694
        },
        {
            "start": 969935697,
            "stop": 969936353
        },
        {
            "start": 969936354,
            "stop": 969937293
        },
        {
            "start": 969937296,
            "stop": 969937931
        },
        {
            "start": 969937934,
            "stop": 969939536
        },
        {
            "start": 969939539,
            "stop": 969939582
        }
    ]
}