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=258
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=259",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=257",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 258,
    "results": [
        {
            "start": 933332182,
            "stop": 933332185
        },
        {
            "start": 933332219,
            "stop": 933332232
        },
        {
            "start": 933332251,
            "stop": 933332281
        },
        {
            "start": 933332307,
            "stop": 933332327
        },
        {
            "start": 933332332,
            "stop": 933332359
        },
        {
            "start": 933332380,
            "stop": 933332382
        },
        {
            "start": 933332387,
            "stop": 933332444
        },
        {
            "start": 933332449,
            "stop": 933332484
        },
        {
            "start": 933332519,
            "stop": 933332581
        },
        {
            "start": 933332600,
            "stop": 933332656
        },
        {
            "start": 933332661,
            "stop": 933332699
        },
        {
            "start": 933332744,
            "stop": 933332779
        },
        {
            "start": 933332787,
            "stop": 933332892
        },
        {
            "start": 933332897,
            "stop": 933332907
        },
        {
            "start": 933332944,
            "stop": 933332947
        },
        {
            "start": 933332966,
            "stop": 933332978
        },
        {
            "start": 933332984,
            "stop": 933332997
        },
        {
            "start": 933333056,
            "stop": 933333058
        },
        {
            "start": 933333134,
            "stop": 933333135
        },
        {
            "start": 933335279,
            "stop": 933335285
        }
    ]
}