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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_STOCH_CAT1/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_STOCH_CAT1/segments?format=api&page=10",
    "results_count": 823,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 11,
    "results": [
        {
            "start": 1373490721,
            "stop": 1373514257
        },
        {
            "start": 1373516481,
            "stop": 1373525677
        },
        {
            "start": 1373546127,
            "stop": 1373546475
        },
        {
            "start": 1373553439,
            "stop": 1373562318
        },
        {
            "start": 1373572220,
            "stop": 1373599773
        },
        {
            "start": 1373614183,
            "stop": 1373650932
        },
        {
            "start": 1373658601,
            "stop": 1373668112
        },
        {
            "start": 1373673744,
            "stop": 1373711624
        },
        {
            "start": 1373760055,
            "stop": 1373761945
        },
        {
            "start": 1373772912,
            "stop": 1373779899
        },
        {
            "start": 1373780326,
            "stop": 1373787547
        },
        {
            "start": 1373796108,
            "stop": 1373812254
        },
        {
            "start": 1373813456,
            "stop": 1373821609
        },
        {
            "start": 1373822194,
            "stop": 1373827872
        },
        {
            "start": 1373828054,
            "stop": 1373829249
        },
        {
            "start": 1373843734,
            "stop": 1373850087
        },
        {
            "start": 1373860025,
            "stop": 1373866044
        },
        {
            "start": 1373866114,
            "stop": 1373866142
        },
        {
            "start": 1373866359,
            "stop": 1373895892
        },
        {
            "start": 1373896510,
            "stop": 1373899219
        }
    ]
}