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/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5243
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5244",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5242",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5243,
    "results": [
        {
            "start": 970136344,
            "stop": 970136482
        },
        {
            "start": 970136485,
            "stop": 970136534
        },
        {
            "start": 970136537,
            "stop": 970136803
        },
        {
            "start": 970136806,
            "stop": 970137028
        },
        {
            "start": 970137031,
            "stop": 970137404
        },
        {
            "start": 970137407,
            "stop": 970138148
        },
        {
            "start": 970138151,
            "stop": 970138430
        },
        {
            "start": 970138433,
            "stop": 970138630
        },
        {
            "start": 970138633,
            "stop": 970138716
        },
        {
            "start": 970138719,
            "stop": 970138831
        },
        {
            "start": 970138852,
            "stop": 970138893
        },
        {
            "start": 970138896,
            "stop": 970138915
        },
        {
            "start": 970138918,
            "stop": 970139162
        },
        {
            "start": 970139165,
            "stop": 970139179
        },
        {
            "start": 970139182,
            "stop": 970139424
        },
        {
            "start": 970139427,
            "stop": 970139542
        },
        {
            "start": 970139545,
            "stop": 970139817
        },
        {
            "start": 970139820,
            "stop": 970140142
        },
        {
            "start": 970140145,
            "stop": 970140227
        },
        {
            "start": 970140248,
            "stop": 970140254
        }
    ]
}