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=643
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=644",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=642",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 643,
    "results": [
        {
            "start": 851886763,
            "stop": 851887003
        },
        {
            "start": 851887136,
            "stop": 851887976
        },
        {
            "start": 851888133,
            "stop": 851888433
        },
        {
            "start": 851890791,
            "stop": 851891151
        },
        {
            "start": 851891310,
            "stop": 851892210
        },
        {
            "start": 851895854,
            "stop": 851898404
        },
        {
            "start": 851898554,
            "stop": 851899094
        },
        {
            "start": 851899246,
            "stop": 851904466
        },
        {
            "start": 851905308,
            "stop": 851907768
        },
        {
            "start": 851908299,
            "stop": 851913939
        },
        {
            "start": 851914089,
            "stop": 851919279
        },
        {
            "start": 851919512,
            "stop": 851924852
        },
        {
            "start": 851925244,
            "stop": 851928604
        },
        {
            "start": 851928827,
            "stop": 851928887
        },
        {
            "start": 851930212,
            "stop": 851930872
        },
        {
            "start": 851931408,
            "stop": 851934528
        },
        {
            "start": 851937782,
            "stop": 851939762
        },
        {
            "start": 851940219,
            "stop": 851940399
        },
        {
            "start": 851940594,
            "stop": 851943324
        },
        {
            "start": 851943759,
            "stop": 851950899
        }
    ]
}