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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=4",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 5,
    "results": [
        {
            "start": 931087257,
            "stop": 931087270
        },
        {
            "start": 931087271,
            "stop": 931087272
        },
        {
            "start": 931087273,
            "stop": 931087278
        },
        {
            "start": 931087279,
            "stop": 931087284
        },
        {
            "start": 931087291,
            "stop": 931087301
        },
        {
            "start": 931087305,
            "stop": 931087315
        },
        {
            "start": 931087316,
            "stop": 931087318
        },
        {
            "start": 931087326,
            "stop": 931087329
        },
        {
            "start": 931087332,
            "stop": 931087339
        },
        {
            "start": 931087340,
            "stop": 931087346
        },
        {
            "start": 931087349,
            "stop": 931087353
        },
        {
            "start": 931087354,
            "stop": 931087376
        },
        {
            "start": 931087377,
            "stop": 931087378
        },
        {
            "start": 931087386,
            "stop": 931087399
        },
        {
            "start": 931087417,
            "stop": 931087418
        },
        {
            "start": 931087422,
            "stop": 931087431
        },
        {
            "start": 931087434,
            "stop": 931087456
        },
        {
            "start": 931087462,
            "stop": 931087467
        },
        {
            "start": 931087474,
            "stop": 931087475
        },
        {
            "start": 931087478,
            "stop": 931087479
        }
    ]
}