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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=620",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=618",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 619,
    "results": [
        {
            "start": 840927947,
            "stop": 840928023
        },
        {
            "start": 840928492,
            "stop": 840928635
        },
        {
            "start": 840929458,
            "stop": 840930667
        },
        {
            "start": 840930668,
            "stop": 840930764
        },
        {
            "start": 840930765,
            "stop": 840931121
        },
        {
            "start": 840932036,
            "stop": 840932633
        },
        {
            "start": 840933996,
            "stop": 840940570
        },
        {
            "start": 840941096,
            "stop": 840942558
        },
        {
            "start": 840943055,
            "stop": 840944728
        },
        {
            "start": 840945257,
            "stop": 840945911
        },
        {
            "start": 840946960,
            "stop": 840963606
        },
        {
            "start": 840964956,
            "stop": 840965798
        },
        {
            "start": 840966375,
            "stop": 840993813
        },
        {
            "start": 840994415,
            "stop": 840995713
        },
        {
            "start": 840997253,
            "stop": 841003012
        },
        {
            "start": 841003014,
            "stop": 841003017
        },
        {
            "start": 841003018,
            "stop": 841003019
        },
        {
            "start": 841003021,
            "stop": 841019046
        },
        {
            "start": 841019509,
            "stop": 841020555
        },
        {
            "start": 841021158,
            "stop": 841023804
        }
    ]
}