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=871
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=872",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=870",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 871,
    "results": [
        {
            "start": 862697622,
            "stop": 862698582
        },
        {
            "start": 862700394,
            "stop": 862700814
        },
        {
            "start": 862700988,
            "stop": 862701108
        },
        {
            "start": 862701138,
            "stop": 862701228
        },
        {
            "start": 862701899,
            "stop": 862702019
        },
        {
            "start": 862702188,
            "stop": 862704768
        },
        {
            "start": 862705824,
            "stop": 862706034
        },
        {
            "start": 862706177,
            "stop": 862706777
        },
        {
            "start": 862706930,
            "stop": 862711760
        },
        {
            "start": 862712060,
            "stop": 862713350
        },
        {
            "start": 862713623,
            "stop": 862717583
        },
        {
            "start": 862717864,
            "stop": 862722604
        },
        {
            "start": 862722784,
            "stop": 862722934
        },
        {
            "start": 862723084,
            "stop": 862729444
        },
        {
            "start": 862730840,
            "stop": 862732220
        },
        {
            "start": 862735704,
            "stop": 862741374
        },
        {
            "start": 862741524,
            "stop": 862742064
        },
        {
            "start": 862742341,
            "stop": 862747621
        },
        {
            "start": 862747810,
            "stop": 862748440
        },
        {
            "start": 862748590,
            "stop": 862750990
        }
    ]
}