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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10117",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10118,
    "results": [
        {
            "start": 873459279,
            "stop": 873459685
        },
        {
            "start": 873459900,
            "stop": 873459955
        },
        {
            "start": 873459991,
            "stop": 873460208
        },
        {
            "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
        },
        {
            "start": 873465031,
            "stop": 873465060
        },
        {
            "start": 873466960,
            "stop": 873467053
        },
        {
            "start": 873467061,
            "stop": 873467074
        },
        {
            "start": 873467108,
            "stop": 873467120
        },
        {
            "start": 873467174,
            "stop": 873467184
        },
        {
            "start": 873469468,
            "stop": 873469956
        },
        {
            "start": 873469964,
            "stop": 873470008
        }
    ]
}