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/H2_BURST_CAT3E/segments?format=api&page=294
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=295",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=293",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 294,
    "results": [
        {
            "start": 821251540,
            "stop": 821252644
        },
        {
            "start": 821252647,
            "stop": 821252718
        },
        {
            "start": 821252721,
            "stop": 821253316
        },
        {
            "start": 821253319,
            "stop": 821253344
        },
        {
            "start": 821253525,
            "stop": 821254250
        },
        {
            "start": 821254254,
            "stop": 821254707
        },
        {
            "start": 821254710,
            "stop": 821254921
        },
        {
            "start": 821254939,
            "stop": 821255927
        },
        {
            "start": 821255930,
            "stop": 821256500
        },
        {
            "start": 821256503,
            "stop": 821257274
        },
        {
            "start": 821257277,
            "stop": 821258292
        },
        {
            "start": 821258295,
            "stop": 821258312
        },
        {
            "start": 821258315,
            "stop": 821258997
        },
        {
            "start": 821259000,
            "stop": 821259067
        },
        {
            "start": 821259071,
            "stop": 821259524
        },
        {
            "start": 821259527,
            "stop": 821259852
        },
        {
            "start": 821259855,
            "stop": 821260148
        },
        {
            "start": 821260151,
            "stop": 821260164
        },
        {
            "start": 821260167,
            "stop": 821260457
        },
        {
            "start": 821260461,
            "stop": 821261260
        }
    ]
}