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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=169",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 170,
    "results": [
        {
            "start": 932562619,
            "stop": 932562634
        },
        {
            "start": 932562647,
            "stop": 932562648
        },
        {
            "start": 932562650,
            "stop": 932562657
        },
        {
            "start": 932562659,
            "stop": 932562663
        },
        {
            "start": 932562666,
            "stop": 932562670
        },
        {
            "start": 932562672,
            "stop": 932562680
        },
        {
            "start": 932562682,
            "stop": 932562688
        },
        {
            "start": 932562690,
            "stop": 932562694
        },
        {
            "start": 932562695,
            "stop": 932562698
        },
        {
            "start": 932562700,
            "stop": 932562711
        },
        {
            "start": 932562712,
            "stop": 932562714
        },
        {
            "start": 932562715,
            "stop": 932562717
        },
        {
            "start": 932562720,
            "stop": 932562729
        },
        {
            "start": 932562731,
            "stop": 932562732
        },
        {
            "start": 932562733,
            "stop": 932562734
        },
        {
            "start": 932562735,
            "stop": 932562741
        },
        {
            "start": 932562743,
            "stop": 932562748
        },
        {
            "start": 932562751,
            "stop": 932562759
        },
        {
            "start": 932562762,
            "stop": 932562768
        },
        {
            "start": 932562769,
            "stop": 932562776
        }
    ]
}