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=46767
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=46768",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46766",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46767,
    "results": [
        {
            "start": 875090966,
            "stop": 875090968
        },
        {
            "start": 875090969,
            "stop": 875090979
        },
        {
            "start": 875090980,
            "stop": 875091024
        },
        {
            "start": 875091025,
            "stop": 875091067
        },
        {
            "start": 875091068,
            "stop": 875091075
        },
        {
            "start": 875091076,
            "stop": 875091093
        },
        {
            "start": 875091095,
            "stop": 875091109
        },
        {
            "start": 875091110,
            "stop": 875091131
        },
        {
            "start": 875091132,
            "stop": 875091145
        },
        {
            "start": 875091146,
            "stop": 875091193
        },
        {
            "start": 875091194,
            "stop": 875091237
        },
        {
            "start": 875091238,
            "stop": 875091245
        },
        {
            "start": 875091246,
            "stop": 875091255
        },
        {
            "start": 875091256,
            "stop": 875091283
        },
        {
            "start": 875091284,
            "stop": 875091325
        },
        {
            "start": 875091326,
            "stop": 875091363
        },
        {
            "start": 875091364,
            "stop": 875091369
        },
        {
            "start": 875091371,
            "stop": 875091372
        },
        {
            "start": 875091375,
            "stop": 875091425
        },
        {
            "start": 875091426,
            "stop": 875091429
        }
    ]
}