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=743
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=744",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=742",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 743,
    "results": [
        {
            "start": 858397351,
            "stop": 858402301
        },
        {
            "start": 858402448,
            "stop": 858402688
        },
        {
            "start": 858402718,
            "stop": 858402868
        },
        {
            "start": 858402898,
            "stop": 858403468
        },
        {
            "start": 858403668,
            "stop": 858405888
        },
        {
            "start": 858405918,
            "stop": 858407688
        },
        {
            "start": 858408707,
            "stop": 858413417
        },
        {
            "start": 858413477,
            "stop": 858415127
        },
        {
            "start": 858415157,
            "stop": 858419627
        },
        {
            "start": 858419853,
            "stop": 858422013
        },
        {
            "start": 858422043,
            "stop": 858422163
        },
        {
            "start": 858422193,
            "stop": 858423003
        },
        {
            "start": 858423033,
            "stop": 858425313
        },
        {
            "start": 858425512,
            "stop": 858425662
        },
        {
            "start": 858425692,
            "stop": 858427162
        },
        {
            "start": 858427192,
            "stop": 858428932
        },
        {
            "start": 858429087,
            "stop": 858430527
        },
        {
            "start": 858430557,
            "stop": 858430827
        },
        {
            "start": 858430857,
            "stop": 858431157
        },
        {
            "start": 858431187,
            "stop": 858432147
        }
    ]
}