Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=3
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=4",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=2",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 3,
    "results": [
        {
            "start": 816402501,
            "stop": 816403401
        },
        {
            "start": 816407894,
            "stop": 816407954
        },
        {
            "start": 816408126,
            "stop": 816408306
        },
        {
            "start": 816408478,
            "stop": 816409408
        },
        {
            "start": 816409558,
            "stop": 816409888
        },
        {
            "start": 816410038,
            "stop": 816410518
        },
        {
            "start": 816410672,
            "stop": 816411032
        },
        {
            "start": 816411324,
            "stop": 816411744
        },
        {
            "start": 816411883,
            "stop": 816413023
        },
        {
            "start": 816413163,
            "stop": 816413703
        },
        {
            "start": 816413850,
            "stop": 816414630
        },
        {
            "start": 816414781,
            "stop": 816415801
        },
        {
            "start": 816416074,
            "stop": 816416434
        },
        {
            "start": 816417341,
            "stop": 816417761
        },
        {
            "start": 816417896,
            "stop": 816418136
        },
        {
            "start": 816418403,
            "stop": 816419123
        },
        {
            "start": 816419153,
            "stop": 816419273
        },
        {
            "start": 816419303,
            "stop": 816419603
        },
        {
            "start": 816419840,
            "stop": 816420020
        },
        {
            "start": 816420294,
            "stop": 816420954
        }
    ]
}