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=765
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=766",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=764",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 765,
    "results": [
        {
            "start": 859629199,
            "stop": 859631359
        },
        {
            "start": 859631389,
            "stop": 859633039
        },
        {
            "start": 859634252,
            "stop": 859636652
        },
        {
            "start": 859636808,
            "stop": 859637528
        },
        {
            "start": 859637757,
            "stop": 859640517
        },
        {
            "start": 859644875,
            "stop": 859645955
        },
        {
            "start": 859646110,
            "stop": 859647070
        },
        {
            "start": 859663634,
            "stop": 859663694
        },
        {
            "start": 859664013,
            "stop": 859664313
        },
        {
            "start": 859664691,
            "stop": 859664871
        },
        {
            "start": 859665161,
            "stop": 859665881
        },
        {
            "start": 859666152,
            "stop": 859668072
        },
        {
            "start": 859678323,
            "stop": 859679223
        },
        {
            "start": 859679380,
            "stop": 859682020
        },
        {
            "start": 859682389,
            "stop": 859685809
        },
        {
            "start": 859689754,
            "stop": 859690054
        },
        {
            "start": 859690281,
            "stop": 859704381
        },
        {
            "start": 859714968,
            "stop": 859718388
        },
        {
            "start": 859718560,
            "stop": 859718740
        },
        {
            "start": 859719044,
            "stop": 859719824
        }
    ]
}