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=850
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=851",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=849",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 850,
    "results": [
        {
            "start": 864583723,
            "stop": 864583903
        },
        {
            "start": 864584478,
            "stop": 864584538
        },
        {
            "start": 864584952,
            "stop": 864585132
        },
        {
            "start": 864586856,
            "stop": 864587756
        },
        {
            "start": 864588008,
            "stop": 864588548
        },
        {
            "start": 864588721,
            "stop": 864588901
        },
        {
            "start": 864589055,
            "stop": 864589535
        },
        {
            "start": 864589705,
            "stop": 864592165
        },
        {
            "start": 864598062,
            "stop": 864603642
        },
        {
            "start": 864603858,
            "stop": 864604458
        },
        {
            "start": 864606470,
            "stop": 864606560
        },
        {
            "start": 864606710,
            "stop": 864606830
        },
        {
            "start": 864609238,
            "stop": 864612058
        },
        {
            "start": 864612986,
            "stop": 864627686
        },
        {
            "start": 864627836,
            "stop": 864628106
        },
        {
            "start": 864628728,
            "stop": 864631608
        },
        {
            "start": 864632588,
            "stop": 864640988
        },
        {
            "start": 864641194,
            "stop": 864642274
        },
        {
            "start": 864642304,
            "stop": 864642724
        },
        {
            "start": 864642903,
            "stop": 864646803
        }
    ]
}