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=1315
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=1316",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1314",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1315,
    "results": [
        {
            "start": 843835569,
            "stop": 843835648
        },
        {
            "start": 843835651,
            "stop": 843835713
        },
        {
            "start": 843835716,
            "stop": 843835736
        },
        {
            "start": 843835739,
            "stop": 843835759
        },
        {
            "start": 843835762,
            "stop": 843835825
        },
        {
            "start": 843835828,
            "stop": 843835840
        },
        {
            "start": 843835843,
            "stop": 843835908
        },
        {
            "start": 843835911,
            "stop": 843835968
        },
        {
            "start": 843835971,
            "stop": 843835978
        },
        {
            "start": 843835981,
            "stop": 843836003
        },
        {
            "start": 843836006,
            "stop": 843836028
        },
        {
            "start": 843836031,
            "stop": 843836066
        },
        {
            "start": 843836069,
            "stop": 843836079
        },
        {
            "start": 843836082,
            "stop": 843836256
        },
        {
            "start": 843836259,
            "stop": 843836353
        },
        {
            "start": 843836356,
            "stop": 843836360
        },
        {
            "start": 843836363,
            "stop": 843836396
        },
        {
            "start": 843836399,
            "stop": 843836407
        },
        {
            "start": 843836410,
            "stop": 843836417
        },
        {
            "start": 843836420,
            "stop": 843836432
        }
    ]
}