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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=632",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=630",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 631,
    "results": [
        {
            "start": 829168730,
            "stop": 829168732
        },
        {
            "start": 829168737,
            "stop": 829168752
        },
        {
            "start": 829168755,
            "stop": 829168765
        },
        {
            "start": 829168768,
            "stop": 829168782
        },
        {
            "start": 829168788,
            "stop": 829168799
        },
        {
            "start": 829168802,
            "stop": 829168834
        },
        {
            "start": 829168839,
            "stop": 829169001
        },
        {
            "start": 829169004,
            "stop": 829169057
        },
        {
            "start": 829169061,
            "stop": 829169071
        },
        {
            "start": 829169074,
            "stop": 829169207
        },
        {
            "start": 829169211,
            "stop": 829169420
        },
        {
            "start": 829169424,
            "stop": 829169740
        },
        {
            "start": 829169743,
            "stop": 829169752
        },
        {
            "start": 829169756,
            "stop": 829169854
        },
        {
            "start": 829169857,
            "stop": 829169872
        },
        {
            "start": 829169876,
            "stop": 829169923
        },
        {
            "start": 829169927,
            "stop": 829169950
        },
        {
            "start": 829169953,
            "stop": 829169974
        },
        {
            "start": 829169977,
            "stop": 829170101
        },
        {
            "start": 829170105,
            "stop": 829170144
        }
    ]
}