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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=212",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 213,
    "results": [
        {
            "start": 844498120,
            "stop": 844498121
        },
        {
            "start": 844498695,
            "stop": 844509493
        },
        {
            "start": 844509515,
            "stop": 844509516
        },
        {
            "start": 844510371,
            "stop": 844517053
        },
        {
            "start": 844517100,
            "stop": 844517101
        },
        {
            "start": 844517566,
            "stop": 844519993
        },
        {
            "start": 844520959,
            "stop": 844521168
        },
        {
            "start": 844521978,
            "stop": 844521982
        },
        {
            "start": 844524405,
            "stop": 844524489
        },
        {
            "start": 844524671,
            "stop": 844525153
        },
        {
            "start": 844525164,
            "stop": 844525165
        },
        {
            "start": 844559089,
            "stop": 844562773
        },
        {
            "start": 844562790,
            "stop": 844562792
        },
        {
            "start": 844566235,
            "stop": 844582252
        },
        {
            "start": 844585311,
            "stop": 844586773
        },
        {
            "start": 844587690,
            "stop": 844590073
        },
        {
            "start": 844590103,
            "stop": 844590104
        },
        {
            "start": 844590331,
            "stop": 844596733
        },
        {
            "start": 844596765,
            "stop": 844596766
        },
        {
            "start": 844596994,
            "stop": 844599913
        }
    ]
}