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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=132",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 133,
    "results": [
        {
            "start": 822354352,
            "stop": 822356092
        },
        {
            "start": 822356230,
            "stop": 822357550
        },
        {
            "start": 822358431,
            "stop": 822358971
        },
        {
            "start": 822359180,
            "stop": 822360080
        },
        {
            "start": 822360238,
            "stop": 822361378
        },
        {
            "start": 822361639,
            "stop": 822361819
        },
        {
            "start": 822361978,
            "stop": 822362758
        },
        {
            "start": 822362911,
            "stop": 822364231
        },
        {
            "start": 822364378,
            "stop": 822366238
        },
        {
            "start": 822366529,
            "stop": 822367069
        },
        {
            "start": 822367364,
            "stop": 822368504
        },
        {
            "start": 822368886,
            "stop": 822369006
        },
        {
            "start": 822369138,
            "stop": 822369498
        },
        {
            "start": 822369719,
            "stop": 822370679
        },
        {
            "start": 822370934,
            "stop": 822371174
        },
        {
            "start": 822371577,
            "stop": 822372357
        },
        {
            "start": 822372537,
            "stop": 822372717
        },
        {
            "start": 822372892,
            "stop": 822373732
        },
        {
            "start": 822373888,
            "stop": 822375388
        },
        {
            "start": 822375608,
            "stop": 822375788
        }
    ]
}