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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=521",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=519",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 520,
    "results": [
        {
            "start": 869367726,
            "stop": 869369141
        },
        {
            "start": 869370026,
            "stop": 869373163
        },
        {
            "start": 869380036,
            "stop": 869388977
        },
        {
            "start": 869388979,
            "stop": 869406987
        },
        {
            "start": 869406990,
            "stop": 869413539
        },
        {
            "start": 869439893,
            "stop": 869441214
        },
        {
            "start": 869441217,
            "stop": 869441313
        },
        {
            "start": 869441316,
            "stop": 869442344
        },
        {
            "start": 869442349,
            "stop": 869442354
        },
        {
            "start": 869443557,
            "stop": 869443733
        },
        {
            "start": 869443843,
            "stop": 869443851
        },
        {
            "start": 869444151,
            "stop": 869449872
        },
        {
            "start": 869449878,
            "stop": 869464566
        },
        {
            "start": 869464676,
            "stop": 869464722
        },
        {
            "start": 869465224,
            "stop": 869466204
        },
        {
            "start": 869468554,
            "stop": 869469277
        },
        {
            "start": 869469280,
            "stop": 869472332
        },
        {
            "start": 869472442,
            "stop": 869472654
        },
        {
            "start": 869472954,
            "stop": 869473213
        },
        {
            "start": 869473480,
            "stop": 869473618
        }
    ]
}