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_H1L1/segments?format=api&page=177
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_H1L1/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=176",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 177,
    "results": [
        {
            "start": 825703621,
            "stop": 825703681
        },
        {
            "start": 825704072,
            "stop": 825704312
        },
        {
            "start": 825717621,
            "stop": 825717681
        },
        {
            "start": 825717887,
            "stop": 825718067
        },
        {
            "start": 825718366,
            "stop": 825718486
        },
        {
            "start": 825718654,
            "stop": 825719074
        },
        {
            "start": 825720820,
            "stop": 825720940
        },
        {
            "start": 825721144,
            "stop": 825721624
        },
        {
            "start": 825725361,
            "stop": 825725841
        },
        {
            "start": 825725998,
            "stop": 825726058
        },
        {
            "start": 825726220,
            "stop": 825726700
        },
        {
            "start": 825726980,
            "stop": 825727040
        },
        {
            "start": 825727406,
            "stop": 825727466
        },
        {
            "start": 825727891,
            "stop": 825727951
        },
        {
            "start": 825728495,
            "stop": 825728855
        },
        {
            "start": 825729343,
            "stop": 825729463
        },
        {
            "start": 825729997,
            "stop": 825730177
        },
        {
            "start": 825730357,
            "stop": 825730477
        },
        {
            "start": 825730704,
            "stop": 825730764
        },
        {
            "start": 825731286,
            "stop": 825732066
        }
    ]
}