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=4792
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=4793",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4791",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4792,
    "results": [
        {
            "start": 970666663,
            "stop": 970666868
        },
        {
            "start": 970666872,
            "stop": 970667021
        },
        {
            "start": 970667024,
            "stop": 970667029
        },
        {
            "start": 970667032,
            "stop": 970667096
        },
        {
            "start": 970667099,
            "stop": 970667204
        },
        {
            "start": 970667207,
            "stop": 970667262
        },
        {
            "start": 970667265,
            "stop": 970667331
        },
        {
            "start": 970667334,
            "stop": 970667481
        },
        {
            "start": 970667484,
            "stop": 970668087
        },
        {
            "start": 970668090,
            "stop": 970668294
        },
        {
            "start": 970668298,
            "stop": 970668440
        },
        {
            "start": 970668443,
            "stop": 970668601
        },
        {
            "start": 970668604,
            "stop": 970668766
        },
        {
            "start": 970668769,
            "stop": 970668774
        },
        {
            "start": 970668777,
            "stop": 970668780
        },
        {
            "start": 970668783,
            "stop": 970668792
        },
        {
            "start": 970668795,
            "stop": 970668950
        },
        {
            "start": 970668953,
            "stop": 970669005
        },
        {
            "start": 970669009,
            "stop": 970669196
        },
        {
            "start": 970669199,
            "stop": 970670462
        }
    ]
}