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=262
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=263",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=261",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 262,
    "results": [
        {
            "start": 933342360,
            "stop": 933342575
        },
        {
            "start": 933342576,
            "stop": 933342875
        },
        {
            "start": 933342896,
            "stop": 933342910
        },
        {
            "start": 933342929,
            "stop": 933343016
        },
        {
            "start": 933343034,
            "stop": 933343097
        },
        {
            "start": 933343098,
            "stop": 933343250
        },
        {
            "start": 933343269,
            "stop": 933343597
        },
        {
            "start": 933344412,
            "stop": 933344433
        },
        {
            "start": 933346794,
            "stop": 933347031
        },
        {
            "start": 933347032,
            "stop": 933347238
        },
        {
            "start": 933347239,
            "stop": 933347335
        },
        {
            "start": 933347336,
            "stop": 933347574
        },
        {
            "start": 933347575,
            "stop": 933348749
        },
        {
            "start": 933348773,
            "stop": 933348814
        },
        {
            "start": 933348833,
            "stop": 933349362
        },
        {
            "start": 933349381,
            "stop": 933349435
        },
        {
            "start": 933349454,
            "stop": 933349594
        },
        {
            "start": 933349631,
            "stop": 933349679
        },
        {
            "start": 933349698,
            "stop": 933349729
        },
        {
            "start": 933349734,
            "stop": 933349745
        }
    ]
}