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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=653",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=651",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 652,
    "results": [
        {
            "start": 852535044,
            "stop": 852535794
        },
        {
            "start": 852536072,
            "stop": 852537182
        },
        {
            "start": 852537212,
            "stop": 852539432
        },
        {
            "start": 852539736,
            "stop": 852542286
        },
        {
            "start": 852542376,
            "stop": 852542766
        },
        {
            "start": 852542916,
            "stop": 852545736
        },
        {
            "start": 852545944,
            "stop": 852547894
        },
        {
            "start": 852548087,
            "stop": 852548627
        },
        {
            "start": 852548804,
            "stop": 852549284
        },
        {
            "start": 852549314,
            "stop": 852549374
        },
        {
            "start": 852549464,
            "stop": 852551144
        },
        {
            "start": 852551294,
            "stop": 852552674
        },
        {
            "start": 852552824,
            "stop": 852552974
        },
        {
            "start": 852553064,
            "stop": 852553124
        },
        {
            "start": 852553274,
            "stop": 852553334
        },
        {
            "start": 852553364,
            "stop": 852555884
        },
        {
            "start": 852556034,
            "stop": 852556514
        },
        {
            "start": 852558320,
            "stop": 852559100
        },
        {
            "start": 852559220,
            "stop": 852559280
        },
        {
            "start": 852559460,
            "stop": 852559850
        }
    ]
}