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=4770
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=4771",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4769",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4770,
    "results": [
        {
            "start": 970399399,
            "stop": 970399609
        },
        {
            "start": 970399612,
            "stop": 970399707
        },
        {
            "start": 970399710,
            "stop": 970399976
        },
        {
            "start": 970399979,
            "stop": 970400045
        },
        {
            "start": 970400048,
            "stop": 970400381
        },
        {
            "start": 970400384,
            "stop": 970400435
        },
        {
            "start": 970400438,
            "stop": 970402606
        },
        {
            "start": 970402609,
            "stop": 970404515
        },
        {
            "start": 970404518,
            "stop": 970404596
        },
        {
            "start": 970404617,
            "stop": 970404733
        },
        {
            "start": 970404736,
            "stop": 970404790
        },
        {
            "start": 970404793,
            "stop": 970405902
        },
        {
            "start": 970406244,
            "stop": 970406876
        },
        {
            "start": 970406879,
            "stop": 970406918
        },
        {
            "start": 970406978,
            "stop": 970407062
        },
        {
            "start": 970407065,
            "stop": 970407108
        },
        {
            "start": 970407111,
            "stop": 970407518
        },
        {
            "start": 970408120,
            "stop": 970408161
        },
        {
            "start": 970408538,
            "stop": 970408591
        },
        {
            "start": 970408594,
            "stop": 970408799
        }
    ]
}