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=4694
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=4695",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4693",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4694,
    "results": [
        {
            "start": 969906345,
            "stop": 969906354
        },
        {
            "start": 969906357,
            "stop": 969906384
        },
        {
            "start": 969906387,
            "stop": 969906395
        },
        {
            "start": 969906398,
            "stop": 969906419
        },
        {
            "start": 969906422,
            "stop": 969906425
        },
        {
            "start": 969906428,
            "stop": 969906522
        },
        {
            "start": 969906525,
            "stop": 969906567
        },
        {
            "start": 969906570,
            "stop": 969906597
        },
        {
            "start": 969906600,
            "stop": 969906615
        },
        {
            "start": 969906618,
            "stop": 969906642
        },
        {
            "start": 969906646,
            "stop": 969906647
        },
        {
            "start": 969906651,
            "stop": 969906679
        },
        {
            "start": 969920144,
            "stop": 969920163
        },
        {
            "start": 969920166,
            "stop": 969921195
        },
        {
            "start": 969921198,
            "stop": 969921947
        },
        {
            "start": 969921950,
            "stop": 969921952
        },
        {
            "start": 969921955,
            "stop": 969923119
        },
        {
            "start": 969923122,
            "stop": 969923556
        },
        {
            "start": 969923559,
            "stop": 969923878
        },
        {
            "start": 969923881,
            "stop": 969924690
        }
    ]
}