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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1006",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1004",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1005,
    "results": [
        {
            "start": 871101989,
            "stop": 871102919
        },
        {
            "start": 871103230,
            "stop": 871103470
        },
        {
            "start": 871103590,
            "stop": 871105510
        },
        {
            "start": 871110693,
            "stop": 871112613
        },
        {
            "start": 871112900,
            "stop": 871113860
        },
        {
            "start": 871115689,
            "stop": 871120849
        },
        {
            "start": 871121028,
            "stop": 871125408
        },
        {
            "start": 871125556,
            "stop": 871131016
        },
        {
            "start": 871133702,
            "stop": 871133762
        },
        {
            "start": 871134067,
            "stop": 871134307
        },
        {
            "start": 871134469,
            "stop": 871134769
        },
        {
            "start": 871136370,
            "stop": 871137210
        },
        {
            "start": 871137364,
            "stop": 871138864
        },
        {
            "start": 871189292,
            "stop": 871199012
        },
        {
            "start": 871199159,
            "stop": 871200539
        },
        {
            "start": 871200688,
            "stop": 871201048
        },
        {
            "start": 871201838,
            "stop": 871202078
        },
        {
            "start": 871202228,
            "stop": 871202318
        },
        {
            "start": 871202513,
            "stop": 871204793
        },
        {
            "start": 871204883,
            "stop": 871209863
        }
    ]
}