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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8824",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8822",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8823,
    "results": [
        {
            "start": 874269420,
            "stop": 874269480
        },
        {
            "start": 874269540,
            "stop": 874269780
        },
        {
            "start": 874269840,
            "stop": 874269890
        },
        {
            "start": 874269970,
            "stop": 874270140
        },
        {
            "start": 874270200,
            "stop": 874270490
        },
        {
            "start": 874270570,
            "stop": 874271100
        },
        {
            "start": 874271160,
            "stop": 874271280
        },
        {
            "start": 874271340,
            "stop": 874271640
        },
        {
            "start": 874271760,
            "stop": 874271940
        },
        {
            "start": 874271978,
            "stop": 874272180
        },
        {
            "start": 874272300,
            "stop": 874272593
        },
        {
            "start": 874274080,
            "stop": 874274872
        },
        {
            "start": 874274992,
            "stop": 874275048
        },
        {
            "start": 874275088,
            "stop": 874275142
        },
        {
            "start": 874276785,
            "stop": 874276846
        },
        {
            "start": 874276863,
            "stop": 874277210
        },
        {
            "start": 874277290,
            "stop": 874277504
        },
        {
            "start": 874277685,
            "stop": 874277880
        },
        {
            "start": 874277940,
            "stop": 874278278
        },
        {
            "start": 874278295,
            "stop": 874278953
        }
    ]
}