Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=366
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=367",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=365",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 366,
    "results": [
        {
            "start": 1265536776,
            "stop": 1265536873
        },
        {
            "start": 1265536874,
            "stop": 1265536910
        },
        {
            "start": 1265536911,
            "stop": 1265537758
        },
        {
            "start": 1265537759,
            "stop": 1265538200
        },
        {
            "start": 1265538201,
            "stop": 1265538453
        },
        {
            "start": 1265538454,
            "stop": 1265538492
        },
        {
            "start": 1265538493,
            "stop": 1265540239
        },
        {
            "start": 1265540240,
            "stop": 1265540347
        },
        {
            "start": 1265540348,
            "stop": 1265540528
        },
        {
            "start": 1265540530,
            "stop": 1265542227
        },
        {
            "start": 1265542228,
            "stop": 1265542946
        },
        {
            "start": 1265542948,
            "stop": 1265543587
        },
        {
            "start": 1265543588,
            "stop": 1265543609
        },
        {
            "start": 1265543610,
            "stop": 1265543614
        },
        {
            "start": 1265543616,
            "stop": 1265544004
        },
        {
            "start": 1265544005,
            "stop": 1265544146
        },
        {
            "start": 1265544147,
            "stop": 1265544148
        },
        {
            "start": 1265544150,
            "stop": 1265544151
        },
        {
            "start": 1265544152,
            "stop": 1265548849
        },
        {
            "start": 1265555332,
            "stop": 1265563390
        }
    ]
}