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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5114",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5115,
    "results": [
        {
            "start": 873458692,
            "stop": 873458767
        },
        {
            "start": 873458803,
            "stop": 873458812
        },
        {
            "start": 873458883,
            "stop": 873458922
        },
        {
            "start": 873458974,
            "stop": 873458988
        },
        {
            "start": 873459024,
            "stop": 873459111
        },
        {
            "start": 873459149,
            "stop": 873459243
        },
        {
            "start": 873459279,
            "stop": 873459763
        },
        {
            "start": 873459780,
            "stop": 873459799
        },
        {
            "start": 873459900,
            "stop": 873459955
        },
        {
            "start": 873459991,
            "stop": 873460209
        },
        {
            "start": 873460699,
            "stop": 873460728
        },
        {
            "start": 873460787,
            "stop": 873460816
        },
        {
            "start": 873464356,
            "stop": 873464366
        },
        {
            "start": 873464374,
            "stop": 873464466
        },
        {
            "start": 873464473,
            "stop": 873464765
        },
        {
            "start": 873464773,
            "stop": 873464792
        },
        {
            "start": 873464799,
            "stop": 873464820
        },
        {
            "start": 873464943,
            "stop": 873464958
        },
        {
            "start": 873464966,
            "stop": 873464997
        },
        {
            "start": 873465011,
            "stop": 873465023
        }
    ]
}