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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5137",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5138,
    "results": [
        {
            "start": 874746816,
            "stop": 874746825
        },
        {
            "start": 874746844,
            "stop": 874746850
        },
        {
            "start": 874746869,
            "stop": 874746877
        },
        {
            "start": 874746897,
            "stop": 874746925
        },
        {
            "start": 874746944,
            "stop": 874747043
        },
        {
            "start": 874747062,
            "stop": 874747181
        },
        {
            "start": 874747200,
            "stop": 874747340
        },
        {
            "start": 874747359,
            "stop": 874747523
        },
        {
            "start": 874747543,
            "stop": 874747650
        },
        {
            "start": 874747688,
            "stop": 874747749
        },
        {
            "start": 874747772,
            "stop": 874747879
        },
        {
            "start": 874747898,
            "stop": 874747933
        },
        {
            "start": 874747953,
            "stop": 874748069
        },
        {
            "start": 874748088,
            "stop": 874748090
        },
        {
            "start": 874748129,
            "stop": 874748150
        },
        {
            "start": 874748182,
            "stop": 874748344
        },
        {
            "start": 874748363,
            "stop": 874748521
        },
        {
            "start": 874748562,
            "stop": 874748608
        },
        {
            "start": 874748627,
            "stop": 874748718
        },
        {
            "start": 874748737,
            "stop": 874748739
        }
    ]
}