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=46818
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=46819",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46817",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46818,
    "results": [
        {
            "start": 875128111,
            "stop": 875128116
        },
        {
            "start": 875128117,
            "stop": 875128135
        },
        {
            "start": 875128138,
            "stop": 875128178
        },
        {
            "start": 875128181,
            "stop": 875128219
        },
        {
            "start": 875128225,
            "stop": 875128233
        },
        {
            "start": 875128234,
            "stop": 875128235
        },
        {
            "start": 875128236,
            "stop": 875128256
        },
        {
            "start": 875128259,
            "stop": 875128262
        },
        {
            "start": 875128267,
            "stop": 875128280
        },
        {
            "start": 875128283,
            "stop": 875128316
        },
        {
            "start": 875128319,
            "stop": 875128331
        },
        {
            "start": 875128334,
            "stop": 875128338
        },
        {
            "start": 875128341,
            "stop": 875128346
        },
        {
            "start": 875128349,
            "stop": 875128354
        },
        {
            "start": 875128357,
            "stop": 875128369
        },
        {
            "start": 875128372,
            "stop": 875128382
        },
        {
            "start": 875128388,
            "stop": 875128415
        },
        {
            "start": 875128418,
            "stop": 875128439
        },
        {
            "start": 875128440,
            "stop": 875128442
        },
        {
            "start": 875128443,
            "stop": 875128454
        }
    ]
}