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=399
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=400",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=398",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 399,
    "results": [
        {
            "start": 837414036,
            "stop": 837414516
        },
        {
            "start": 837414712,
            "stop": 837416392
        },
        {
            "start": 837417896,
            "stop": 837418826
        },
        {
            "start": 837418976,
            "stop": 837419156
        },
        {
            "start": 837419300,
            "stop": 837419450
        },
        {
            "start": 837419480,
            "stop": 837419630
        },
        {
            "start": 837419660,
            "stop": 837419810
        },
        {
            "start": 837419900,
            "stop": 837420650
        },
        {
            "start": 837420813,
            "stop": 837422223
        },
        {
            "start": 837422283,
            "stop": 837423933
        },
        {
            "start": 837423963,
            "stop": 837424023
        },
        {
            "start": 837424053,
            "stop": 837424113
        },
        {
            "start": 837424143,
            "stop": 837424653
        },
        {
            "start": 837424683,
            "stop": 837425343
        },
        {
            "start": 837425433,
            "stop": 837425853
        },
        {
            "start": 837425997,
            "stop": 837426207
        },
        {
            "start": 837426237,
            "stop": 837426897
        },
        {
            "start": 837427101,
            "stop": 837427731
        },
        {
            "start": 837427899,
            "stop": 837428019
        },
        {
            "start": 837428049,
            "stop": 837428889
        }
    ]
}