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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=187",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 188,
    "results": [
        {
            "start": 817585942,
            "stop": 817586001
        },
        {
            "start": 817586042,
            "stop": 817586044
        },
        {
            "start": 817586088,
            "stop": 817586167
        },
        {
            "start": 817586198,
            "stop": 817586268
        },
        {
            "start": 817586296,
            "stop": 817586314
        },
        {
            "start": 817586345,
            "stop": 817586353
        },
        {
            "start": 817586374,
            "stop": 817586494
        },
        {
            "start": 817586518,
            "stop": 817586603
        },
        {
            "start": 817586627,
            "stop": 817586647
        },
        {
            "start": 817586686,
            "stop": 817586690
        },
        {
            "start": 817586719,
            "stop": 817586868
        },
        {
            "start": 817587135,
            "stop": 817587227
        },
        {
            "start": 817589035,
            "stop": 817589128
        },
        {
            "start": 817589133,
            "stop": 817589409
        },
        {
            "start": 817589431,
            "stop": 817590003
        },
        {
            "start": 817590036,
            "stop": 817590047
        },
        {
            "start": 817590264,
            "stop": 817590483
        },
        {
            "start": 817590504,
            "stop": 817590526
        },
        {
            "start": 817590545,
            "stop": 817590594
        },
        {
            "start": 817590617,
            "stop": 817590659
        }
    ]
}