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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6366",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6364",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6365,
    "results": [
        {
            "start": 873497215,
            "stop": 873497276
        },
        {
            "start": 873497277,
            "stop": 873497490
        },
        {
            "start": 873497491,
            "stop": 873497521
        },
        {
            "start": 873497523,
            "stop": 873497566
        },
        {
            "start": 873497567,
            "stop": 873497585
        },
        {
            "start": 873497586,
            "stop": 873497758
        },
        {
            "start": 873497759,
            "stop": 873497908
        },
        {
            "start": 873497909,
            "stop": 873498029
        },
        {
            "start": 873498030,
            "stop": 873498066
        },
        {
            "start": 873498067,
            "stop": 873498489
        },
        {
            "start": 873498490,
            "stop": 873498684
        },
        {
            "start": 873498686,
            "stop": 873498732
        },
        {
            "start": 873498733,
            "stop": 873498969
        },
        {
            "start": 873498970,
            "stop": 873499111
        },
        {
            "start": 873499112,
            "stop": 873499325
        },
        {
            "start": 873499326,
            "stop": 873499508
        },
        {
            "start": 873499510,
            "stop": 873499517
        },
        {
            "start": 873499521,
            "stop": 873499528
        },
        {
            "start": 873499534,
            "stop": 873499538
        },
        {
            "start": 873499542,
            "stop": 873499549
        }
    ]
}