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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40792",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40790",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40791,
    "results": [
        {
            "start": 875003895,
            "stop": 875003964
        },
        {
            "start": 875003965,
            "stop": 875003974
        },
        {
            "start": 875003975,
            "stop": 875003994
        },
        {
            "start": 875003995,
            "stop": 875004004
        },
        {
            "start": 875004005,
            "stop": 875004044
        },
        {
            "start": 875004045,
            "stop": 875004068
        },
        {
            "start": 875004069,
            "stop": 875004108
        },
        {
            "start": 875004109,
            "stop": 875004120
        },
        {
            "start": 875004121,
            "stop": 875004153
        },
        {
            "start": 875004154,
            "stop": 875004192
        },
        {
            "start": 875004194,
            "stop": 875004205
        },
        {
            "start": 875004206,
            "stop": 875004217
        },
        {
            "start": 875004218,
            "stop": 875004238
        },
        {
            "start": 875004240,
            "stop": 875004285
        },
        {
            "start": 875004286,
            "stop": 875004309
        },
        {
            "start": 875004310,
            "stop": 875004320
        },
        {
            "start": 875004321,
            "stop": 875004363
        },
        {
            "start": 875004364,
            "stop": 875004430
        },
        {
            "start": 875004431,
            "stop": 875004451
        },
        {
            "start": 875004453,
            "stop": 875004468
        }
    ]
}