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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=88",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 89,
    "results": [
        {
            "start": 931602532,
            "stop": 931602541
        },
        {
            "start": 931602555,
            "stop": 931602562
        },
        {
            "start": 931602576,
            "stop": 931602579
        },
        {
            "start": 931602589,
            "stop": 931602594
        },
        {
            "start": 931602616,
            "stop": 931602625
        },
        {
            "start": 931602643,
            "stop": 931602659
        },
        {
            "start": 931602666,
            "stop": 931602667
        },
        {
            "start": 931602678,
            "stop": 931602684
        },
        {
            "start": 931602691,
            "stop": 931602693
        },
        {
            "start": 931602712,
            "stop": 931602714
        },
        {
            "start": 931602733,
            "stop": 931602734
        },
        {
            "start": 931602740,
            "stop": 931602741
        },
        {
            "start": 931602761,
            "stop": 931602766
        },
        {
            "start": 931602811,
            "stop": 931602814
        },
        {
            "start": 931602848,
            "stop": 931602850
        },
        {
            "start": 931602883,
            "stop": 931602886
        },
        {
            "start": 931602921,
            "stop": 931602925
        },
        {
            "start": 931602935,
            "stop": 931602936
        },
        {
            "start": 931602972,
            "stop": 931602976
        },
        {
            "start": 931602987,
            "stop": 931602988
        }
    ]
}