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=763
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=764",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=762",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 763,
    "results": [
        {
            "start": 859574306,
            "stop": 859574366
        },
        {
            "start": 859574512,
            "stop": 859574692
        },
        {
            "start": 859575090,
            "stop": 859575150
        },
        {
            "start": 859575681,
            "stop": 859575741
        },
        {
            "start": 859577437,
            "stop": 859577497
        },
        {
            "start": 859577778,
            "stop": 859577838
        },
        {
            "start": 859578024,
            "stop": 859578084
        },
        {
            "start": 859578404,
            "stop": 859578584
        },
        {
            "start": 859578876,
            "stop": 859579356
        },
        {
            "start": 859579570,
            "stop": 859579630
        },
        {
            "start": 859579792,
            "stop": 859580392
        },
        {
            "start": 859581230,
            "stop": 859581380
        },
        {
            "start": 859581872,
            "stop": 859582412
        },
        {
            "start": 859582559,
            "stop": 859583579
        },
        {
            "start": 859584319,
            "stop": 859584799
        },
        {
            "start": 859586398,
            "stop": 859587838
        },
        {
            "start": 859587868,
            "stop": 859587958
        },
        {
            "start": 859588123,
            "stop": 859588183
        },
        {
            "start": 859588336,
            "stop": 859588936
        },
        {
            "start": 859589086,
            "stop": 859589326
        }
    ]
}