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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=42",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 43,
    "results": [
        {
            "start": 816766852,
            "stop": 816767426
        },
        {
            "start": 816767455,
            "stop": 816768291
        },
        {
            "start": 816768329,
            "stop": 816768371
        },
        {
            "start": 816768400,
            "stop": 816768434
        },
        {
            "start": 816768442,
            "stop": 816768465
        },
        {
            "start": 816768494,
            "stop": 816768573
        },
        {
            "start": 816768602,
            "stop": 816768652
        },
        {
            "start": 816768681,
            "stop": 816768843
        },
        {
            "start": 816768901,
            "stop": 816769325
        },
        {
            "start": 816769354,
            "stop": 816769414
        },
        {
            "start": 816769443,
            "stop": 816769453
        },
        {
            "start": 816772470,
            "stop": 816772550
        },
        {
            "start": 816772557,
            "stop": 816772565
        },
        {
            "start": 816772572,
            "stop": 816772725
        },
        {
            "start": 816772733,
            "stop": 816773014
        },
        {
            "start": 816773022,
            "stop": 816773088
        },
        {
            "start": 816773096,
            "stop": 816773173
        },
        {
            "start": 816775140,
            "stop": 816775291
        },
        {
            "start": 816775298,
            "stop": 816775375
        },
        {
            "start": 816775383,
            "stop": 816775386
        }
    ]
}