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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=432",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=430",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 431,
    "results": [
        {
            "start": 942458109,
            "stop": 942462725
        },
        {
            "start": 942462727,
            "stop": 942463912
        },
        {
            "start": 942463914,
            "stop": 942463937
        },
        {
            "start": 942463939,
            "stop": 942464471
        },
        {
            "start": 942464472,
            "stop": 942464473
        },
        {
            "start": 942464478,
            "stop": 942466590
        },
        {
            "start": 942473476,
            "stop": 942484409
        },
        {
            "start": 942484413,
            "stop": 942485916
        },
        {
            "start": 942488996,
            "stop": 942499347
        },
        {
            "start": 942571561,
            "stop": 942575975
        },
        {
            "start": 942580945,
            "stop": 942582694
        },
        {
            "start": 942584427,
            "stop": 942585952
        },
        {
            "start": 942587928,
            "stop": 942592524
        },
        {
            "start": 942593397,
            "stop": 942595760
        },
        {
            "start": 942598728,
            "stop": 942601895
        },
        {
            "start": 942658377,
            "stop": 942675803
        },
        {
            "start": 942676886,
            "stop": 942677259
        },
        {
            "start": 942680676,
            "stop": 942681217
        },
        {
            "start": 942733339,
            "stop": 942743523
        },
        {
            "start": 942746012,
            "stop": 942756621
        }
    ]
}