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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 2,
    "results": [
        {
            "start": 815215790,
            "stop": 815215894
        },
        {
            "start": 815215897,
            "stop": 815215900
        },
        {
            "start": 815215903,
            "stop": 815215913
        },
        {
            "start": 815215915,
            "stop": 815215996
        },
        {
            "start": 815216000,
            "stop": 815216031
        },
        {
            "start": 815216034,
            "stop": 815216066
        },
        {
            "start": 815216171,
            "stop": 815216175
        },
        {
            "start": 815216178,
            "stop": 815216310
        },
        {
            "start": 815217937,
            "stop": 815217974
        },
        {
            "start": 815219912,
            "stop": 815221290
        },
        {
            "start": 815221912,
            "stop": 815222010
        },
        {
            "start": 815222070,
            "stop": 815223724
        },
        {
            "start": 815223886,
            "stop": 815230050
        },
        {
            "start": 815231235,
            "stop": 815236328
        },
        {
            "start": 815236330,
            "stop": 815236710
        },
        {
            "start": 815236830,
            "stop": 815237370
        },
        {
            "start": 815237490,
            "stop": 815237550
        },
        {
            "start": 815237910,
            "stop": 815238030
        },
        {
            "start": 815238090,
            "stop": 815239050
        },
        {
            "start": 815239290,
            "stop": 815239470
        }
    ]
}