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_CAT3E/segments?format=api&page=41
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=42",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=40",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 41,
    "results": [
        {
            "start": 816154819,
            "stop": 816154944
        },
        {
            "start": 816154947,
            "stop": 816155457
        },
        {
            "start": 816155460,
            "stop": 816155647
        },
        {
            "start": 816155650,
            "stop": 816155896
        },
        {
            "start": 816155899,
            "stop": 816156149
        },
        {
            "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": 816158028
        },
        {
            "start": 816158032,
            "stop": 816158056
        },
        {
            "start": 816158060,
            "stop": 816158089
        },
        {
            "start": 816158092,
            "stop": 816158565
        },
        {
            "start": 816158568,
            "stop": 816159103
        },
        {
            "start": 816159106,
            "stop": 816159168
        },
        {
            "start": 816159172,
            "stop": 816159289
        }
    ]
}