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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=323",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=321",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 322,
    "results": [
        {
            "start": 847703976,
            "stop": 847703984
        },
        {
            "start": 847703985,
            "stop": 847703995
        },
        {
            "start": 847703997,
            "stop": 847704039
        },
        {
            "start": 847704040,
            "stop": 847704042
        },
        {
            "start": 847704043,
            "stop": 847704061
        },
        {
            "start": 847704063,
            "stop": 847704081
        },
        {
            "start": 847704082,
            "stop": 847704102
        },
        {
            "start": 847704106,
            "stop": 847704133
        },
        {
            "start": 847704134,
            "stop": 847704144
        },
        {
            "start": 847704145,
            "stop": 847704163
        },
        {
            "start": 847704164,
            "stop": 847704167
        },
        {
            "start": 847704169,
            "stop": 847704187
        },
        {
            "start": 847704188,
            "stop": 847704210
        },
        {
            "start": 847704211,
            "stop": 847704215
        },
        {
            "start": 847704216,
            "stop": 847704229
        },
        {
            "start": 847704230,
            "stop": 847704259
        },
        {
            "start": 847704261,
            "stop": 847704272
        },
        {
            "start": 847704273,
            "stop": 847704294
        },
        {
            "start": 847704297,
            "stop": 847704314
        },
        {
            "start": 847704316,
            "stop": 847704397
        }
    ]
}