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=186
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=187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=185",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 186,
    "results": [
        {
            "start": 826101162,
            "stop": 826101282
        },
        {
            "start": 826101312,
            "stop": 826101402
        },
        {
            "start": 826102549,
            "stop": 826102609
        },
        {
            "start": 826103096,
            "stop": 826103186
        },
        {
            "start": 826103216,
            "stop": 826103396
        },
        {
            "start": 826103426,
            "stop": 826103576
        },
        {
            "start": 826103829,
            "stop": 826103949
        },
        {
            "start": 826104218,
            "stop": 826104338
        },
        {
            "start": 826104507,
            "stop": 826104657
        },
        {
            "start": 826104717,
            "stop": 826104837
        },
        {
            "start": 826105049,
            "stop": 826105199
        },
        {
            "start": 826105510,
            "stop": 826105630
        },
        {
            "start": 826105785,
            "stop": 826105845
        },
        {
            "start": 826106005,
            "stop": 826106185
        },
        {
            "start": 826106352,
            "stop": 826106472
        },
        {
            "start": 826109653,
            "stop": 826109833
        },
        {
            "start": 826110506,
            "stop": 826110566
        },
        {
            "start": 826110844,
            "stop": 826110904
        },
        {
            "start": 826111065,
            "stop": 826111425
        },
        {
            "start": 826114822,
            "stop": 826114882
        }
    ]
}