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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5136",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5134",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5135,
    "results": [
        {
            "start": 969425936,
            "stop": 969425964
        },
        {
            "start": 969425993,
            "stop": 969426014
        },
        {
            "start": 969426036,
            "stop": 969426239
        },
        {
            "start": 969426257,
            "stop": 969428170
        },
        {
            "start": 969428173,
            "stop": 969428260
        },
        {
            "start": 969428263,
            "stop": 969428755
        },
        {
            "start": 969428758,
            "stop": 969429197
        },
        {
            "start": 969429200,
            "stop": 969429850
        },
        {
            "start": 969429853,
            "stop": 969429895
        },
        {
            "start": 969429898,
            "stop": 969430385
        },
        {
            "start": 969430388,
            "stop": 969431126
        },
        {
            "start": 969431129,
            "stop": 969431374
        },
        {
            "start": 969431377,
            "stop": 969431648
        },
        {
            "start": 969431651,
            "stop": 969432033
        },
        {
            "start": 969432036,
            "stop": 969432141
        },
        {
            "start": 969432144,
            "stop": 969432336
        },
        {
            "start": 969432339,
            "stop": 969432770
        },
        {
            "start": 969432788,
            "stop": 969432970
        },
        {
            "start": 969432973,
            "stop": 969432997
        },
        {
            "start": 969433000,
            "stop": 969433025
        }
    ]
}