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=931
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=932",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=930",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 931,
    "results": [
        {
            "start": 866087627,
            "stop": 866087987
        },
        {
            "start": 866088219,
            "stop": 866092479
        },
        {
            "start": 866092629,
            "stop": 866095419
        },
        {
            "start": 866095602,
            "stop": 866096322
        },
        {
            "start": 866096484,
            "stop": 866098464
        },
        {
            "start": 866099704,
            "stop": 866101294
        },
        {
            "start": 866101444,
            "stop": 866104984
        },
        {
            "start": 866105548,
            "stop": 866108008
        },
        {
            "start": 866108288,
            "stop": 866114588
        },
        {
            "start": 866114880,
            "stop": 866117430
        },
        {
            "start": 866117580,
            "stop": 866120160
        },
        {
            "start": 866120977,
            "stop": 866123077
        },
        {
            "start": 866123167,
            "stop": 866123227
        },
        {
            "start": 866123257,
            "stop": 866123407
        },
        {
            "start": 866123437,
            "stop": 866124307
        },
        {
            "start": 866124457,
            "stop": 866129047
        },
        {
            "start": 866129167,
            "stop": 866129617
        },
        {
            "start": 866130073,
            "stop": 866131693
        },
        {
            "start": 866131847,
            "stop": 866132417
        },
        {
            "start": 866132567,
            "stop": 866132867
        }
    ]
}