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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8380",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8378",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8379,
    "results": [
        {
            "start": 874830612,
            "stop": 874830660
        },
        {
            "start": 874830720,
            "stop": 874830766
        },
        {
            "start": 874830786,
            "stop": 874830807
        },
        {
            "start": 874830835,
            "stop": 874831200
        },
        {
            "start": 874831260,
            "stop": 874831560
        },
        {
            "start": 874831620,
            "stop": 874831714
        },
        {
            "start": 874831737,
            "stop": 874831740
        },
        {
            "start": 874831860,
            "stop": 874832134
        },
        {
            "start": 874832151,
            "stop": 874832801
        },
        {
            "start": 874832818,
            "stop": 874832820
        },
        {
            "start": 874832866,
            "stop": 874832880
        },
        {
            "start": 874832940,
            "stop": 874832957
        },
        {
            "start": 874834273,
            "stop": 874834292
        },
        {
            "start": 874834311,
            "stop": 874834345
        },
        {
            "start": 874834365,
            "stop": 874834440
        },
        {
            "start": 874834513,
            "stop": 874834740
        },
        {
            "start": 874834757,
            "stop": 874834762
        },
        {
            "start": 874834779,
            "stop": 874834814
        },
        {
            "start": 874834836,
            "stop": 874834977
        },
        {
            "start": 874834996,
            "stop": 874835155
        }
    ]
}