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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1079",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1077",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1078,
    "results": [
        {
            "start": 873799272,
            "stop": 873799392
        },
        {
            "start": 873799546,
            "stop": 873799666
        },
        {
            "start": 873800000,
            "stop": 873801260
        },
        {
            "start": 873801405,
            "stop": 873803385
        },
        {
            "start": 873803533,
            "stop": 873806293
        },
        {
            "start": 873806448,
            "stop": 873806568
        },
        {
            "start": 873806718,
            "stop": 873807348
        },
        {
            "start": 873807500,
            "stop": 873808220
        },
        {
            "start": 873808373,
            "stop": 873808553
        },
        {
            "start": 873808720,
            "stop": 873809140
        },
        {
            "start": 873809290,
            "stop": 873810220
        },
        {
            "start": 873810396,
            "stop": 873810756
        },
        {
            "start": 873811784,
            "stop": 873811904
        },
        {
            "start": 873812368,
            "stop": 873812638
        },
        {
            "start": 873812825,
            "stop": 873813065
        },
        {
            "start": 873813465,
            "stop": 873813645
        },
        {
            "start": 873814706,
            "stop": 873814766
        },
        {
            "start": 873815077,
            "stop": 873815227
        },
        {
            "start": 873815412,
            "stop": 873816132
        },
        {
            "start": 873816309,
            "stop": 873816999
        }
    ]
}