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=654
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=655",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=653",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 654,
    "results": [
        {
            "start": 852579793,
            "stop": 852579853
        },
        {
            "start": 852580008,
            "stop": 852580188
        },
        {
            "start": 852580323,
            "stop": 852580383
        },
        {
            "start": 852583687,
            "stop": 852583747
        },
        {
            "start": 852587320,
            "stop": 852587380
        },
        {
            "start": 852587662,
            "stop": 852588412
        },
        {
            "start": 852588723,
            "stop": 852589203
        },
        {
            "start": 852589868,
            "stop": 852595208
        },
        {
            "start": 852605622,
            "stop": 852606042
        },
        {
            "start": 852606504,
            "stop": 852607644
        },
        {
            "start": 852607794,
            "stop": 852608784
        },
        {
            "start": 852609000,
            "stop": 852610800
        },
        {
            "start": 852610830,
            "stop": 852611670
        },
        {
            "start": 852612030,
            "stop": 852612660
        },
        {
            "start": 852612930,
            "stop": 852624240
        },
        {
            "start": 852624390,
            "stop": 852624930
        },
        {
            "start": 852625135,
            "stop": 852625975
        },
        {
            "start": 852630002,
            "stop": 852631202
        },
        {
            "start": 852631352,
            "stop": 852632402
        },
        {
            "start": 852632528,
            "stop": 852633218
        }
    ]
}