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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=477",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=475",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 476,
    "results": [
        {
            "start": 821788304,
            "stop": 821788325
        },
        {
            "start": 821788328,
            "stop": 821788369
        },
        {
            "start": 821788372,
            "stop": 821788563
        },
        {
            "start": 821788566,
            "stop": 821788586
        },
        {
            "start": 821788589,
            "stop": 821788674
        },
        {
            "start": 821788677,
            "stop": 821788751
        },
        {
            "start": 821788754,
            "stop": 821788755
        },
        {
            "start": 821788758,
            "stop": 821788878
        },
        {
            "start": 821788881,
            "stop": 821788888
        },
        {
            "start": 821788891,
            "stop": 821788935
        },
        {
            "start": 821788938,
            "stop": 821788939
        },
        {
            "start": 821788942,
            "stop": 821788953
        },
        {
            "start": 821788956,
            "stop": 821789000
        },
        {
            "start": 821789003,
            "stop": 821789050
        },
        {
            "start": 821789053,
            "stop": 821789075
        },
        {
            "start": 821789078,
            "stop": 821789140
        },
        {
            "start": 821789143,
            "stop": 821789342
        },
        {
            "start": 821789345,
            "stop": 821789365
        },
        {
            "start": 821789368,
            "stop": 821789437
        },
        {
            "start": 821789440,
            "stop": 821789465
        }
    ]
}