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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14084",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14082",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14083,
    "results": [
        {
            "start": 971157456,
            "stop": 971157458
        },
        {
            "start": 971157467,
            "stop": 971157468
        },
        {
            "start": 971157469,
            "stop": 971157471
        },
        {
            "start": 971157481,
            "stop": 971157482
        },
        {
            "start": 971157488,
            "stop": 971157489
        },
        {
            "start": 971157496,
            "stop": 971157498
        },
        {
            "start": 971157501,
            "stop": 971157502
        },
        {
            "start": 971157506,
            "stop": 971157507
        },
        {
            "start": 971157513,
            "stop": 971157514
        },
        {
            "start": 971157538,
            "stop": 971157539
        },
        {
            "start": 971157541,
            "stop": 971157542
        },
        {
            "start": 971157547,
            "stop": 971157548
        },
        {
            "start": 971157552,
            "stop": 971157554
        },
        {
            "start": 971157561,
            "stop": 971157562
        },
        {
            "start": 971157565,
            "stop": 971157566
        },
        {
            "start": 971157569,
            "stop": 971157570
        },
        {
            "start": 971157583,
            "stop": 971157584
        },
        {
            "start": 971157586,
            "stop": 971157588
        },
        {
            "start": 971157590,
            "stop": 971157593
        },
        {
            "start": 971157595,
            "stop": 971157600
        }
    ]
}