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_H2L1/segments?format=api&page=146
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_H2L1/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=145",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 146,
    "results": [
        {
            "start": 822559829,
            "stop": 822559949
        },
        {
            "start": 822560205,
            "stop": 822560325
        },
        {
            "start": 822564389,
            "stop": 822564989
        },
        {
            "start": 822565131,
            "stop": 822565251
        },
        {
            "start": 822565554,
            "stop": 822565614
        },
        {
            "start": 822565791,
            "stop": 822565911
        },
        {
            "start": 822566080,
            "stop": 822566260
        },
        {
            "start": 822566445,
            "stop": 822566505
        },
        {
            "start": 822567002,
            "stop": 822567122
        },
        {
            "start": 822567303,
            "stop": 822567783
        },
        {
            "start": 822569854,
            "stop": 822570334
        },
        {
            "start": 822570613,
            "stop": 822570733
        },
        {
            "start": 822570906,
            "stop": 822571146
        },
        {
            "start": 822571522,
            "stop": 822571822
        },
        {
            "start": 822572109,
            "stop": 822572289
        },
        {
            "start": 822572446,
            "stop": 822572806
        },
        {
            "start": 822573201,
            "stop": 822574161
        },
        {
            "start": 822574303,
            "stop": 822574663
        },
        {
            "start": 822574831,
            "stop": 822575071
        },
        {
            "start": 822575474,
            "stop": 822575654
        }
    ]
}