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=997
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=998",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=996",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 997,
    "results": [
        {
            "start": 870865520,
            "stop": 870865610
        },
        {
            "start": 870865880,
            "stop": 870865970
        },
        {
            "start": 870866120,
            "stop": 870866540
        },
        {
            "start": 870866660,
            "stop": 870866720
        },
        {
            "start": 870866750,
            "stop": 870866810
        },
        {
            "start": 870866870,
            "stop": 870866960
        },
        {
            "start": 870867110,
            "stop": 870867350
        },
        {
            "start": 870867590,
            "stop": 870867650
        },
        {
            "start": 870867798,
            "stop": 870867918
        },
        {
            "start": 870868123,
            "stop": 870868663
        },
        {
            "start": 870868693,
            "stop": 870868933
        },
        {
            "start": 870869401,
            "stop": 870869461
        },
        {
            "start": 870869521,
            "stop": 870869851
        },
        {
            "start": 870870252,
            "stop": 870870312
        },
        {
            "start": 870870460,
            "stop": 870870910
        },
        {
            "start": 870873577,
            "stop": 870873637
        },
        {
            "start": 870878328,
            "stop": 870878508
        },
        {
            "start": 870878667,
            "stop": 870878997
        },
        {
            "start": 870879185,
            "stop": 870879275
        },
        {
            "start": 870879305,
            "stop": 870879455
        }
    ]
}