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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=66",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 67,
    "results": [
        {
            "start": 817338900,
            "stop": 817338960
        },
        {
            "start": 817339020,
            "stop": 817339080
        },
        {
            "start": 817339140,
            "stop": 817339200
        },
        {
            "start": 817339380,
            "stop": 817339560
        },
        {
            "start": 817339620,
            "stop": 817339658
        },
        {
            "start": 817339661,
            "stop": 817339798
        },
        {
            "start": 817339860,
            "stop": 817339920
        },
        {
            "start": 817340040,
            "stop": 817340100
        },
        {
            "start": 817340160,
            "stop": 817340212
        },
        {
            "start": 817340215,
            "stop": 817340232
        },
        {
            "start": 817340236,
            "stop": 817340280
        },
        {
            "start": 817340340,
            "stop": 817340520
        },
        {
            "start": 817340580,
            "stop": 817340627
        },
        {
            "start": 817343221,
            "stop": 817344240
        },
        {
            "start": 817344300,
            "stop": 817345278
        },
        {
            "start": 817345281,
            "stop": 817345806
        },
        {
            "start": 817345823,
            "stop": 817345860
        },
        {
            "start": 817345921,
            "stop": 817346304
        },
        {
            "start": 817346424,
            "stop": 817346912
        },
        {
            "start": 817348937,
            "stop": 817350780
        }
    ]
}