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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=463",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=461",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 462,
    "results": [
        {
            "start": 821778963,
            "stop": 821778965
        },
        {
            "start": 821778970,
            "stop": 821778995
        },
        {
            "start": 821778998,
            "stop": 821779000
        },
        {
            "start": 821779003,
            "stop": 821779005
        },
        {
            "start": 821779008,
            "stop": 821779022
        },
        {
            "start": 821779030,
            "stop": 821779033
        },
        {
            "start": 821779036,
            "stop": 821779046
        },
        {
            "start": 821779049,
            "stop": 821779053
        },
        {
            "start": 821779061,
            "stop": 821779067
        },
        {
            "start": 821779072,
            "stop": 821779079
        },
        {
            "start": 821779082,
            "stop": 821779085
        },
        {
            "start": 821779088,
            "stop": 821779090
        },
        {
            "start": 821779095,
            "stop": 821779098
        },
        {
            "start": 821779101,
            "stop": 821779105
        },
        {
            "start": 821779111,
            "stop": 821779112
        },
        {
            "start": 821779115,
            "stop": 821779122
        },
        {
            "start": 821779125,
            "stop": 821779144
        },
        {
            "start": 821779154,
            "stop": 821779157
        },
        {
            "start": 821779160,
            "stop": 821779161
        },
        {
            "start": 821779164,
            "stop": 821779167
        }
    ]
}