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=84
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=85",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=83",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 84,
    "results": [
        {
            "start": 824844271,
            "stop": 824844274
        },
        {
            "start": 824844276,
            "stop": 824844281
        },
        {
            "start": 824844284,
            "stop": 824844296
        },
        {
            "start": 824844299,
            "stop": 824844300
        },
        {
            "start": 824844304,
            "stop": 824844307
        },
        {
            "start": 824844308,
            "stop": 824844324
        },
        {
            "start": 824844328,
            "stop": 824844337
        },
        {
            "start": 824844338,
            "stop": 824844343
        },
        {
            "start": 824844345,
            "stop": 824844356
        },
        {
            "start": 824844358,
            "stop": 824844359
        },
        {
            "start": 824844361,
            "stop": 824844363
        },
        {
            "start": 824844366,
            "stop": 824844370
        },
        {
            "start": 824844371,
            "stop": 824844374
        },
        {
            "start": 824844375,
            "stop": 824844389
        },
        {
            "start": 824844392,
            "stop": 824844398
        },
        {
            "start": 824844401,
            "stop": 824844411
        },
        {
            "start": 824844415,
            "stop": 824844416
        },
        {
            "start": 824844418,
            "stop": 824844419
        },
        {
            "start": 824844422,
            "stop": 824844648
        },
        {
            "start": 824844650,
            "stop": 824844853
        }
    ]
}