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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=131",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 132,
    "results": [
        {
            "start": 965309226,
            "stop": 965323296
        },
        {
            "start": 965325262,
            "stop": 965342096
        },
        {
            "start": 965342483,
            "stop": 965371451
        },
        {
            "start": 965374122,
            "stop": 965387233
        },
        {
            "start": 965389532,
            "stop": 965391932
        },
        {
            "start": 965393078,
            "stop": 965397236
        },
        {
            "start": 965400579,
            "stop": 965401316
        },
        {
            "start": 965402358,
            "stop": 965405048
        },
        {
            "start": 965408657,
            "stop": 965415585
        },
        {
            "start": 965436172,
            "stop": 965441427
        },
        {
            "start": 965452204,
            "stop": 965454070
        },
        {
            "start": 965471115,
            "stop": 965473186
        },
        {
            "start": 965474825,
            "stop": 965476481
        },
        {
            "start": 965477258,
            "stop": 965484380
        },
        {
            "start": 965500613,
            "stop": 965511195
        },
        {
            "start": 965512682,
            "stop": 965520281
        },
        {
            "start": 965520733,
            "stop": 965538922
        },
        {
            "start": 965540543,
            "stop": 965547885
        },
        {
            "start": 965549247,
            "stop": 965560943
        },
        {
            "start": 965565590,
            "stop": 965586821
        }
    ]
}