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=891
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=892",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=890",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 891,
    "results": [
        {
            "start": 863908936,
            "stop": 863909176
        },
        {
            "start": 863910586,
            "stop": 863912986
        },
        {
            "start": 863916162,
            "stop": 863920362
        },
        {
            "start": 863920597,
            "stop": 863921497
        },
        {
            "start": 863921587,
            "stop": 863921647
        },
        {
            "start": 863921677,
            "stop": 863924437
        },
        {
            "start": 863924615,
            "stop": 863925965
        },
        {
            "start": 863926145,
            "stop": 863929295
        },
        {
            "start": 863929355,
            "stop": 863930975
        },
        {
            "start": 863935234,
            "stop": 863935294
        },
        {
            "start": 863935423,
            "stop": 863940283
        },
        {
            "start": 863942387,
            "stop": 863948327
        },
        {
            "start": 863948507,
            "stop": 863949977
        },
        {
            "start": 863950127,
            "stop": 863954507
        },
        {
            "start": 863954657,
            "stop": 863955287
        },
        {
            "start": 863955782,
            "stop": 863955842
        },
        {
            "start": 863956210,
            "stop": 863956270
        },
        {
            "start": 863956431,
            "stop": 863956491
        },
        {
            "start": 863956653,
            "stop": 863956713
        },
        {
            "start": 863957166,
            "stop": 863957226
        }
    ]
}