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=4785
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=4786",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4784",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4785,
    "results": [
        {
            "start": 970595862,
            "stop": 970596019
        },
        {
            "start": 970596022,
            "stop": 970596282
        },
        {
            "start": 970596285,
            "stop": 970596502
        },
        {
            "start": 970596505,
            "stop": 970596651
        },
        {
            "start": 970596654,
            "stop": 970596698
        },
        {
            "start": 970596701,
            "stop": 970597094
        },
        {
            "start": 970597097,
            "stop": 970597115
        },
        {
            "start": 970597118,
            "stop": 970597293
        },
        {
            "start": 970597296,
            "stop": 970597454
        },
        {
            "start": 970597457,
            "stop": 970598348
        },
        {
            "start": 970598351,
            "stop": 970598507
        },
        {
            "start": 970631520,
            "stop": 970632113
        },
        {
            "start": 970632116,
            "stop": 970632206
        },
        {
            "start": 970632209,
            "stop": 970632549
        },
        {
            "start": 970632552,
            "stop": 970632635
        },
        {
            "start": 970632638,
            "stop": 970632812
        },
        {
            "start": 970632815,
            "stop": 970632971
        },
        {
            "start": 970632974,
            "stop": 970633576
        },
        {
            "start": 970633579,
            "stop": 970633586
        },
        {
            "start": 970633589,
            "stop": 970633625
        }
    ]
}