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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=43",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 44,
    "results": [
        {
            "start": 816156152,
            "stop": 816156500
        },
        {
            "start": 816156503,
            "stop": 816156731
        },
        {
            "start": 816156734,
            "stop": 816156892
        },
        {
            "start": 816156895,
            "stop": 816156973
        },
        {
            "start": 816156976,
            "stop": 816157143
        },
        {
            "start": 816157146,
            "stop": 816157452
        },
        {
            "start": 816157455,
            "stop": 816157495
        },
        {
            "start": 816157499,
            "stop": 816157843
        },
        {
            "start": 816157846,
            "stop": 816157933
        },
        {
            "start": 816157950,
            "stop": 816158028
        },
        {
            "start": 816158032,
            "stop": 816158056
        },
        {
            "start": 816158060,
            "stop": 816158089
        },
        {
            "start": 816158092,
            "stop": 816158565
        },
        {
            "start": 816158568,
            "stop": 816158850
        },
        {
            "start": 816158910,
            "stop": 816159103
        },
        {
            "start": 816159106,
            "stop": 816159168
        },
        {
            "start": 816159172,
            "stop": 816159289
        },
        {
            "start": 816159292,
            "stop": 816159382
        },
        {
            "start": 816159385,
            "stop": 816159597
        },
        {
            "start": 816159601,
            "stop": 816159715
        }
    ]
}