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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=263",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 264,
    "results": [
        {
            "start": 863916077,
            "stop": 863931476
        },
        {
            "start": 863934934,
            "stop": 863940516
        },
        {
            "start": 863942210,
            "stop": 863955433
        },
        {
            "start": 863955676,
            "stop": 863959216
        },
        {
            "start": 863960210,
            "stop": 863961051
        },
        {
            "start": 863961234,
            "stop": 863963322
        },
        {
            "start": 863965360,
            "stop": 863965376
        },
        {
            "start": 863965456,
            "stop": 863965500
        },
        {
            "start": 863966728,
            "stop": 863967271
        },
        {
            "start": 863967450,
            "stop": 863967540
        },
        {
            "start": 863967603,
            "stop": 863977088
        },
        {
            "start": 863978385,
            "stop": 863978466
        },
        {
            "start": 863978543,
            "stop": 863978759
        },
        {
            "start": 863979832,
            "stop": 863980376
        },
        {
            "start": 863980433,
            "stop": 863982724
        },
        {
            "start": 863988392,
            "stop": 863988908
        },
        {
            "start": 864028815,
            "stop": 864030327
        },
        {
            "start": 864031336,
            "stop": 864042831
        },
        {
            "start": 864043096,
            "stop": 864044051
        },
        {
            "start": 864044222,
            "stop": 864044695
        }
    ]
}