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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4519",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4517",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4518,
    "results": [
        {
            "start": 968447793,
            "stop": 968447885
        },
        {
            "start": 968447888,
            "stop": 968447923
        },
        {
            "start": 968447926,
            "stop": 968447942
        },
        {
            "start": 968447945,
            "stop": 968448305
        },
        {
            "start": 968448308,
            "stop": 968448574
        },
        {
            "start": 968448577,
            "stop": 968448601
        },
        {
            "start": 968448605,
            "stop": 968449124
        },
        {
            "start": 968449127,
            "stop": 968449262
        },
        {
            "start": 968449265,
            "stop": 968450636
        },
        {
            "start": 968453365,
            "stop": 968453658
        },
        {
            "start": 968453661,
            "stop": 968454442
        },
        {
            "start": 968456456,
            "stop": 968457042
        },
        {
            "start": 968457045,
            "stop": 968457281
        },
        {
            "start": 968457284,
            "stop": 968457494
        },
        {
            "start": 968457497,
            "stop": 968457908
        },
        {
            "start": 968457911,
            "stop": 968458357
        },
        {
            "start": 968458360,
            "stop": 968458770
        },
        {
            "start": 968458773,
            "stop": 968458805
        },
        {
            "start": 968458808,
            "stop": 968459557
        },
        {
            "start": 968459560,
            "stop": 968459822
        }
    ]
}