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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=157",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 158,
    "results": [
        {
            "start": 816777919,
            "stop": 816777932
        },
        {
            "start": 816777936,
            "stop": 816778005
        },
        {
            "start": 816778008,
            "stop": 816778021
        },
        {
            "start": 816778029,
            "stop": 816778059
        },
        {
            "start": 816778062,
            "stop": 816778067
        },
        {
            "start": 816778074,
            "stop": 816778134
        },
        {
            "start": 816778138,
            "stop": 816778140
        },
        {
            "start": 816778145,
            "stop": 816778147
        },
        {
            "start": 816778151,
            "stop": 816778156
        },
        {
            "start": 816778160,
            "stop": 816778177
        },
        {
            "start": 816778182,
            "stop": 816778240
        },
        {
            "start": 816778243,
            "stop": 816778247
        },
        {
            "start": 816778252,
            "stop": 816778254
        },
        {
            "start": 816778259,
            "stop": 816778264
        },
        {
            "start": 816778274,
            "stop": 816778279
        },
        {
            "start": 816778286,
            "stop": 816778392
        },
        {
            "start": 816778396,
            "stop": 816778416
        },
        {
            "start": 816778420,
            "stop": 816778455
        },
        {
            "start": 816778460,
            "stop": 816778567
        },
        {
            "start": 816778571,
            "stop": 816778687
        }
    ]
}