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=675
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=676",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=674",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 675,
    "results": [
        {
            "start": 854338993,
            "stop": 854340613
        },
        {
            "start": 854340772,
            "stop": 854344252
        },
        {
            "start": 854344342,
            "stop": 854344432
        },
        {
            "start": 854345354,
            "stop": 854346614
        },
        {
            "start": 854346764,
            "stop": 854352554
        },
        {
            "start": 854354677,
            "stop": 854354977
        },
        {
            "start": 854355216,
            "stop": 854359926
        },
        {
            "start": 854360016,
            "stop": 854362416
        },
        {
            "start": 854362624,
            "stop": 854369644
        },
        {
            "start": 854370977,
            "stop": 854372567
        },
        {
            "start": 854373699,
            "stop": 854374359
        },
        {
            "start": 854374635,
            "stop": 854376795
        },
        {
            "start": 854386984,
            "stop": 854388424
        },
        {
            "start": 854388580,
            "stop": 854389240
        },
        {
            "start": 854389751,
            "stop": 854389901
        },
        {
            "start": 854390051,
            "stop": 854391731
        },
        {
            "start": 854394262,
            "stop": 854398132
        },
        {
            "start": 854398162,
            "stop": 854398222
        },
        {
            "start": 854398282,
            "stop": 854399722
        },
        {
            "start": 854399904,
            "stop": 854402664
        }
    ]
}