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=8829
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=8830",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8828",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8829,
    "results": [
        {
            "start": 874358950,
            "stop": 874359391
        },
        {
            "start": 874359511,
            "stop": 874360393
        },
        {
            "start": 874362730,
            "stop": 874363611
        },
        {
            "start": 874363628,
            "stop": 874363790
        },
        {
            "start": 874363870,
            "stop": 874363920
        },
        {
            "start": 874363980,
            "stop": 874364100
        },
        {
            "start": 874364160,
            "stop": 874364162
        },
        {
            "start": 874364166,
            "stop": 874364700
        },
        {
            "start": 874364760,
            "stop": 874364820
        },
        {
            "start": 874364880,
            "stop": 874364926
        },
        {
            "start": 874364943,
            "stop": 874365300
        },
        {
            "start": 874365360,
            "stop": 874365470
        },
        {
            "start": 874365600,
            "stop": 874365660
        },
        {
            "start": 874365720,
            "stop": 874365840
        },
        {
            "start": 874365900,
            "stop": 874365960
        },
        {
            "start": 874366440,
            "stop": 874366500
        },
        {
            "start": 874366664,
            "stop": 874366680
        },
        {
            "start": 874368960,
            "stop": 874369020
        },
        {
            "start": 874369320,
            "stop": 874369380
        },
        {
            "start": 874369500,
            "stop": 874369560
        }
    ]
}