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=366
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=367",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=365",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 366,
    "results": [
        {
            "start": 821759320,
            "stop": 821759322
        },
        {
            "start": 821759330,
            "stop": 821759332
        },
        {
            "start": 821759338,
            "stop": 821759339
        },
        {
            "start": 821759342,
            "stop": 821759352
        },
        {
            "start": 821759360,
            "stop": 821759369
        },
        {
            "start": 821759377,
            "stop": 821759384
        },
        {
            "start": 821759387,
            "stop": 821759390
        },
        {
            "start": 821759399,
            "stop": 821759400
        },
        {
            "start": 821759406,
            "stop": 821759408
        },
        {
            "start": 821759411,
            "stop": 821759413
        },
        {
            "start": 821759417,
            "stop": 821759424
        },
        {
            "start": 821759431,
            "stop": 821759433
        },
        {
            "start": 821759436,
            "stop": 821759438
        },
        {
            "start": 821759444,
            "stop": 821759450
        },
        {
            "start": 821759457,
            "stop": 821759460
        },
        {
            "start": 821759463,
            "stop": 821759464
        },
        {
            "start": 821759471,
            "stop": 821759472
        },
        {
            "start": 821759475,
            "stop": 821759477
        },
        {
            "start": 821759481,
            "stop": 821759482
        },
        {
            "start": 821759485,
            "stop": 821759488
        }
    ]
}