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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2304",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2302",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2303,
    "results": [
        {
            "start": 874042438,
            "stop": 874042446
        },
        {
            "start": 874042477,
            "stop": 874042479
        },
        {
            "start": 874042508,
            "stop": 874042515
        },
        {
            "start": 874042545,
            "stop": 874042576
        },
        {
            "start": 874042627,
            "stop": 874042674
        },
        {
            "start": 874042696,
            "stop": 874042730
        },
        {
            "start": 874042749,
            "stop": 874042877
        },
        {
            "start": 874042938,
            "stop": 874042960
        },
        {
            "start": 874042995,
            "stop": 874043351
        },
        {
            "start": 874043377,
            "stop": 874043520
        },
        {
            "start": 874043539,
            "stop": 874043540
        },
        {
            "start": 874043570,
            "stop": 874043577
        },
        {
            "start": 874043596,
            "stop": 874043686
        },
        {
            "start": 874043724,
            "stop": 874043728
        },
        {
            "start": 874043788,
            "stop": 874043789
        },
        {
            "start": 874043840,
            "stop": 874043861
        },
        {
            "start": 874043886,
            "stop": 874044503
        },
        {
            "start": 874044540,
            "stop": 874044602
        },
        {
            "start": 874044683,
            "stop": 874044720
        },
        {
            "start": 874044739,
            "stop": 874044808
        }
    ]
}