Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=809
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=810",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=808",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 809,
    "results": [
        {
            "start": 873539729,
            "stop": 873539733
        },
        {
            "start": 873539737,
            "stop": 873539741
        },
        {
            "start": 873539748,
            "stop": 873539754
        },
        {
            "start": 873539759,
            "stop": 873539769
        },
        {
            "start": 873539773,
            "stop": 873539786
        },
        {
            "start": 873540905,
            "stop": 873558100
        },
        {
            "start": 873576479,
            "stop": 873582988
        },
        {
            "start": 873585762,
            "stop": 873610367
        },
        {
            "start": 873610371,
            "stop": 873618077
        },
        {
            "start": 873619307,
            "stop": 873631761
        },
        {
            "start": 873644272,
            "stop": 873644933
        },
        {
            "start": 873646946,
            "stop": 873648715
        },
        {
            "start": 873649912,
            "stop": 873651399
        },
        {
            "start": 873654681,
            "stop": 873657095
        },
        {
            "start": 873664706,
            "stop": 873665948
        },
        {
            "start": 873669669,
            "stop": 873669736
        },
        {
            "start": 873672340,
            "stop": 873677271
        },
        {
            "start": 873688370,
            "stop": 873689378
        },
        {
            "start": 873690169,
            "stop": 873690861
        },
        {
            "start": 873698608,
            "stop": 873713239
        }
    ]
}