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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=725",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=723",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 724,
    "results": [
        {
            "start": 869478030,
            "stop": 869505229
        },
        {
            "start": 869508276,
            "stop": 869512688
        },
        {
            "start": 869512707,
            "stop": 869522667
        },
        {
            "start": 869522672,
            "stop": 869524294
        },
        {
            "start": 869526155,
            "stop": 869535583
        },
        {
            "start": 869537423,
            "stop": 869540709
        },
        {
            "start": 869542973,
            "stop": 869547437
        },
        {
            "start": 869547456,
            "stop": 869547522
        },
        {
            "start": 869547541,
            "stop": 869547566
        },
        {
            "start": 869547585,
            "stop": 869547602
        },
        {
            "start": 869547624,
            "stop": 869547666
        },
        {
            "start": 869547688,
            "stop": 869548735
        },
        {
            "start": 869548757,
            "stop": 869548789
        },
        {
            "start": 869548813,
            "stop": 869549344
        },
        {
            "start": 869549363,
            "stop": 869557418
        },
        {
            "start": 869557438,
            "stop": 869557478
        },
        {
            "start": 869557508,
            "stop": 869567094
        },
        {
            "start": 869567113,
            "stop": 869567200
        },
        {
            "start": 869567221,
            "stop": 869567922
        },
        {
            "start": 869567943,
            "stop": 869567945
        }
    ]
}