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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=82",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 83,
    "results": [
        {
            "start": 824844392,
            "stop": 824844397
        },
        {
            "start": 824844401,
            "stop": 824844410
        },
        {
            "start": 824844422,
            "stop": 824844647
        },
        {
            "start": 824844650,
            "stop": 824844853
        },
        {
            "start": 824846398,
            "stop": 824855332
        },
        {
            "start": 824857591,
            "stop": 824858233
        },
        {
            "start": 824858543,
            "stop": 824867665
        },
        {
            "start": 824867669,
            "stop": 824867685
        },
        {
            "start": 824867691,
            "stop": 824867885
        },
        {
            "start": 824867888,
            "stop": 824867890
        },
        {
            "start": 824867897,
            "stop": 824867911
        },
        {
            "start": 824867918,
            "stop": 824867929
        },
        {
            "start": 824867932,
            "stop": 824867977
        },
        {
            "start": 824867980,
            "stop": 824869145
        },
        {
            "start": 824869148,
            "stop": 824870674
        },
        {
            "start": 824870681,
            "stop": 824870688
        },
        {
            "start": 824870691,
            "stop": 824870698
        },
        {
            "start": 824870705,
            "stop": 824871823
        },
        {
            "start": 824871826,
            "stop": 824872006
        },
        {
            "start": 824872009,
            "stop": 824872063
        }
    ]
}