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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=778",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=776",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 777,
    "results": [
        {
            "start": 857351113,
            "stop": 857353693
        },
        {
            "start": 857353843,
            "stop": 857362543
        },
        {
            "start": 857363995,
            "stop": 857364475
        },
        {
            "start": 857364696,
            "stop": 857366016
        },
        {
            "start": 857367641,
            "stop": 857368481
        },
        {
            "start": 857369227,
            "stop": 857373787
        },
        {
            "start": 857374021,
            "stop": 857376841
        },
        {
            "start": 857377021,
            "stop": 857378221
        },
        {
            "start": 857380072,
            "stop": 857384392
        },
        {
            "start": 857384622,
            "stop": 857389962
        },
        {
            "start": 857390112,
            "stop": 857391222
        },
        {
            "start": 857394658,
            "stop": 857394958
        },
        {
            "start": 857395091,
            "stop": 857400581
        },
        {
            "start": 857400611,
            "stop": 857402291
        },
        {
            "start": 857403861,
            "stop": 857404401
        },
        {
            "start": 857405628,
            "stop": 857406048
        },
        {
            "start": 857411220,
            "stop": 857411340
        },
        {
            "start": 857411937,
            "stop": 857412537
        },
        {
            "start": 857423517,
            "stop": 857423757
        },
        {
            "start": 857424208,
            "stop": 857424358
        }
    ]
}