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=1036
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=1037",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1035",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1036,
    "results": [
        {
            "start": 872375230,
            "stop": 872375410
        },
        {
            "start": 872375844,
            "stop": 872376264
        },
        {
            "start": 872376422,
            "stop": 872376602
        },
        {
            "start": 872376754,
            "stop": 872376994
        },
        {
            "start": 872377197,
            "stop": 872377437
        },
        {
            "start": 872377741,
            "stop": 872377921
        },
        {
            "start": 872378147,
            "stop": 872378207
        },
        {
            "start": 872378462,
            "stop": 872378642
        },
        {
            "start": 872378792,
            "stop": 872379212
        },
        {
            "start": 872380104,
            "stop": 872380464
        },
        {
            "start": 872380968,
            "stop": 872381208
        },
        {
            "start": 872381612,
            "stop": 872381732
        },
        {
            "start": 872382078,
            "stop": 872382198
        },
        {
            "start": 872382355,
            "stop": 872382775
        },
        {
            "start": 872383016,
            "stop": 872383076
        },
        {
            "start": 872383223,
            "stop": 872383283
        },
        {
            "start": 872383437,
            "stop": 872384517
        },
        {
            "start": 872386014,
            "stop": 872386134
        },
        {
            "start": 872386294,
            "stop": 872386474
        },
        {
            "start": 872387385,
            "stop": 872387445
        }
    ]
}