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=8346
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=8347",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8345",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8346,
    "results": [
        {
            "start": 874602607,
            "stop": 874602612
        },
        {
            "start": 874602631,
            "stop": 874602652
        },
        {
            "start": 874602671,
            "stop": 874603074
        },
        {
            "start": 874603111,
            "stop": 874603161
        },
        {
            "start": 874603180,
            "stop": 874603281
        },
        {
            "start": 874603415,
            "stop": 874603638
        },
        {
            "start": 874603657,
            "stop": 874604983
        },
        {
            "start": 874605003,
            "stop": 874605852
        },
        {
            "start": 874605869,
            "stop": 874606080
        },
        {
            "start": 874606140,
            "stop": 874606381
        },
        {
            "start": 874606414,
            "stop": 874606936
        },
        {
            "start": 874607056,
            "stop": 874607379
        },
        {
            "start": 874607499,
            "stop": 874607603
        },
        {
            "start": 874607723,
            "stop": 874608848
        },
        {
            "start": 874608871,
            "stop": 874608929
        },
        {
            "start": 874608946,
            "stop": 874609718
        },
        {
            "start": 874609735,
            "stop": 874610088
        },
        {
            "start": 874610208,
            "stop": 874610880
        },
        {
            "start": 874610940,
            "stop": 874611673
        },
        {
            "start": 874611696,
            "stop": 874611704
        }
    ]
}