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=192
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=193",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=191",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 192,
    "results": [
        {
            "start": 826505673,
            "stop": 826506033
        },
        {
            "start": 826506190,
            "stop": 826506910
        },
        {
            "start": 826507410,
            "stop": 826507890
        },
        {
            "start": 826508067,
            "stop": 826509987
        },
        {
            "start": 826510144,
            "stop": 826511944
        },
        {
            "start": 826512126,
            "stop": 826512546
        },
        {
            "start": 826512822,
            "stop": 826513782
        },
        {
            "start": 826514004,
            "stop": 826514304
        },
        {
            "start": 826514484,
            "stop": 826514844
        },
        {
            "start": 826515027,
            "stop": 826516347
        },
        {
            "start": 826516608,
            "stop": 826519128
        },
        {
            "start": 826519297,
            "stop": 826519777
        },
        {
            "start": 826519938,
            "stop": 826520478
        },
        {
            "start": 826520883,
            "stop": 826521123
        },
        {
            "start": 826521379,
            "stop": 826522699
        },
        {
            "start": 826522909,
            "stop": 826523329
        },
        {
            "start": 826523799,
            "stop": 826523919
        },
        {
            "start": 826524071,
            "stop": 826524131
        },
        {
            "start": 826524535,
            "stop": 826525315
        },
        {
            "start": 826525459,
            "stop": 826525759
        }
    ]
}