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=1023
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=1024",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1022",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1023,
    "results": [
        {
            "start": 872043495,
            "stop": 872047335
        },
        {
            "start": 872047512,
            "stop": 872048292
        },
        {
            "start": 872048515,
            "stop": 872048995
        },
        {
            "start": 872050491,
            "stop": 872065611
        },
        {
            "start": 872065757,
            "stop": 872065817
        },
        {
            "start": 872066843,
            "stop": 872069003
        },
        {
            "start": 872069217,
            "stop": 872075517
        },
        {
            "start": 872075805,
            "stop": 872081325
        },
        {
            "start": 872081525,
            "stop": 872081825
        },
        {
            "start": 872081993,
            "stop": 872084093
        },
        {
            "start": 872084502,
            "stop": 872085462
        },
        {
            "start": 872085693,
            "stop": 872086053
        },
        {
            "start": 872087868,
            "stop": 872088168
        },
        {
            "start": 872088318,
            "stop": 872089968
        },
        {
            "start": 872090102,
            "stop": 872091302
        },
        {
            "start": 872091435,
            "stop": 872091495
        },
        {
            "start": 872091645,
            "stop": 872093055
        },
        {
            "start": 872093205,
            "stop": 872093505
        },
        {
            "start": 872093672,
            "stop": 872094752
        },
        {
            "start": 872094917,
            "stop": 872095157
        }
    ]
}