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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3771",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3769",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3770,
    "results": [
        {
            "start": 873097587,
            "stop": 873098588
        },
        {
            "start": 873098591,
            "stop": 873098773
        },
        {
            "start": 873098779,
            "stop": 873098804
        },
        {
            "start": 873098807,
            "stop": 873098820
        },
        {
            "start": 873098823,
            "stop": 873098887
        },
        {
            "start": 873098890,
            "stop": 873099217
        },
        {
            "start": 873099220,
            "stop": 873099225
        },
        {
            "start": 873099228,
            "stop": 873099268
        },
        {
            "start": 873099271,
            "stop": 873099292
        },
        {
            "start": 873099296,
            "stop": 873099334
        },
        {
            "start": 873099337,
            "stop": 873099686
        },
        {
            "start": 873099689,
            "stop": 873099693
        },
        {
            "start": 873099696,
            "stop": 873099853
        },
        {
            "start": 873099857,
            "stop": 873099950
        },
        {
            "start": 873099953,
            "stop": 873100056
        },
        {
            "start": 873100065,
            "stop": 873100068
        },
        {
            "start": 873100071,
            "stop": 873100297
        },
        {
            "start": 873104117,
            "stop": 873104180
        },
        {
            "start": 873104184,
            "stop": 873104191
        },
        {
            "start": 873104194,
            "stop": 873104216
        }
    ]
}