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=560
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=561",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=559",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 560,
    "results": [
        {
            "start": 834196801,
            "stop": 834197292
        },
        {
            "start": 834197298,
            "stop": 834199251
        },
        {
            "start": 834199257,
            "stop": 834230648
        },
        {
            "start": 834230653,
            "stop": 834243808
        },
        {
            "start": 834243814,
            "stop": 834246060
        },
        {
            "start": 834268309,
            "stop": 834270529
        },
        {
            "start": 834270544,
            "stop": 834270546
        },
        {
            "start": 834272138,
            "stop": 834276342
        },
        {
            "start": 834276551,
            "stop": 834282048
        },
        {
            "start": 834282852,
            "stop": 834294406
        },
        {
            "start": 834298100,
            "stop": 834300756
        },
        {
            "start": 834302536,
            "stop": 834307688
        },
        {
            "start": 834309013,
            "stop": 834317041
        },
        {
            "start": 834317046,
            "stop": 834322710
        },
        {
            "start": 834323951,
            "stop": 834326411
        },
        {
            "start": 834327921,
            "stop": 834340040
        },
        {
            "start": 834340045,
            "stop": 834340054
        },
        {
            "start": 834340062,
            "stop": 834346952
        },
        {
            "start": 834347702,
            "stop": 834350580
        },
        {
            "start": 834351700,
            "stop": 834353307
        }
    ]
}