Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=5
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=6",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=4",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 5,
    "results": [
        {
            "start": 816433389,
            "stop": 816433449
        },
        {
            "start": 816433601,
            "stop": 816433781
        },
        {
            "start": 816434351,
            "stop": 816434531
        },
        {
            "start": 816434687,
            "stop": 816434807
        },
        {
            "start": 816434969,
            "stop": 816435209
        },
        {
            "start": 816435443,
            "stop": 816435623
        },
        {
            "start": 816436102,
            "stop": 816436522
        },
        {
            "start": 816436788,
            "stop": 816436848
        },
        {
            "start": 816437146,
            "stop": 816437446
        },
        {
            "start": 816437601,
            "stop": 816437841
        },
        {
            "start": 816445468,
            "stop": 816445528
        },
        {
            "start": 816462607,
            "stop": 816462697
        },
        {
            "start": 816463049,
            "stop": 816463109
        },
        {
            "start": 816467256,
            "stop": 816467556
        },
        {
            "start": 816469415,
            "stop": 816469535
        },
        {
            "start": 816469714,
            "stop": 816469774
        },
        {
            "start": 816471208,
            "stop": 816471268
        },
        {
            "start": 816473202,
            "stop": 816473412
        },
        {
            "start": 816474396,
            "stop": 816474456
        },
        {
            "start": 816475597,
            "stop": 816475747
        }
    ]
}