Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=265
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=266",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=264",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 265,
    "results": [
        {
            "start": 934509338,
            "stop": 934509458
        },
        {
            "start": 934509518,
            "stop": 934509615
        },
        {
            "start": 934509855,
            "stop": 934510086
        },
        {
            "start": 934510088,
            "stop": 934510345
        },
        {
            "start": 934510349,
            "stop": 934510812
        },
        {
            "start": 934510814,
            "stop": 934510931
        },
        {
            "start": 934510934,
            "stop": 934510948
        },
        {
            "start": 934510950,
            "stop": 934510991
        },
        {
            "start": 934510994,
            "stop": 934511051
        },
        {
            "start": 934511054,
            "stop": 934511082
        },
        {
            "start": 934511084,
            "stop": 934511096
        },
        {
            "start": 934511099,
            "stop": 934511111
        },
        {
            "start": 934511115,
            "stop": 934511127
        },
        {
            "start": 934511129,
            "stop": 934511142
        },
        {
            "start": 934511144,
            "stop": 934511156
        },
        {
            "start": 934511159,
            "stop": 934511171
        },
        {
            "start": 934511174,
            "stop": 934511232
        },
        {
            "start": 934511234,
            "stop": 934511247
        },
        {
            "start": 934511249,
            "stop": 934511261
        },
        {
            "start": 934511264,
            "stop": 934511276
        }
    ]
}