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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=193",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 194,
    "results": [
        {
            "start": 817586374,
            "stop": 817586494
        },
        {
            "start": 817586518,
            "stop": 817586603
        },
        {
            "start": 817586627,
            "stop": 817586647
        },
        {
            "start": 817586686,
            "stop": 817586690
        },
        {
            "start": 817586719,
            "stop": 817586927
        },
        {
            "start": 817586950,
            "stop": 817587011
        },
        {
            "start": 817587035,
            "stop": 817587052
        },
        {
            "start": 817587135,
            "stop": 817587227
        },
        {
            "start": 817589035,
            "stop": 817589128
        },
        {
            "start": 817589133,
            "stop": 817589409
        },
        {
            "start": 817589431,
            "stop": 817590003
        },
        {
            "start": 817590036,
            "stop": 817590049
        },
        {
            "start": 817590070,
            "stop": 817590130
        },
        {
            "start": 817590149,
            "stop": 817590215
        },
        {
            "start": 817590237,
            "stop": 817590483
        },
        {
            "start": 817590504,
            "stop": 817590526
        },
        {
            "start": 817590545,
            "stop": 817590594
        },
        {
            "start": 817590617,
            "stop": 817590659
        },
        {
            "start": 817590683,
            "stop": 817590685
        },
        {
            "start": 817590707,
            "stop": 817590726
        }
    ]
}