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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46673",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46671",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46672,
    "results": [
        {
            "start": 875040264,
            "stop": 875040273
        },
        {
            "start": 875040274,
            "stop": 875040288
        },
        {
            "start": 875040289,
            "stop": 875040293
        },
        {
            "start": 875040295,
            "stop": 875040324
        },
        {
            "start": 875040325,
            "stop": 875040326
        },
        {
            "start": 875040327,
            "stop": 875040347
        },
        {
            "start": 875040349,
            "stop": 875040365
        },
        {
            "start": 875040366,
            "stop": 875040390
        },
        {
            "start": 875040392,
            "stop": 875040393
        },
        {
            "start": 875040394,
            "stop": 875040399
        },
        {
            "start": 875040400,
            "stop": 875040407
        },
        {
            "start": 875040408,
            "stop": 875040423
        },
        {
            "start": 875040424,
            "stop": 875040425
        },
        {
            "start": 875040426,
            "stop": 875040431
        },
        {
            "start": 875040432,
            "stop": 875040438
        },
        {
            "start": 875040439,
            "stop": 875040454
        },
        {
            "start": 875040456,
            "stop": 875040474
        },
        {
            "start": 875040477,
            "stop": 875040496
        },
        {
            "start": 875040498,
            "stop": 875040499
        },
        {
            "start": 875040500,
            "stop": 875040515
        }
    ]
}