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=140
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=141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=139",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 140,
    "results": [
        {
            "start": 822644025,
            "stop": 822644385
        },
        {
            "start": 822644558,
            "stop": 822644738
        },
        {
            "start": 822646299,
            "stop": 822646599
        },
        {
            "start": 822648186,
            "stop": 822648306
        },
        {
            "start": 822648469,
            "stop": 822650329
        },
        {
            "start": 822650525,
            "stop": 822651005
        },
        {
            "start": 822651155,
            "stop": 822651365
        },
        {
            "start": 822651637,
            "stop": 822653317
        },
        {
            "start": 822653464,
            "stop": 822654064
        },
        {
            "start": 822654379,
            "stop": 822654739
        },
        {
            "start": 822654899,
            "stop": 822656399
        },
        {
            "start": 822906214,
            "stop": 822906274
        },
        {
            "start": 822906595,
            "stop": 822906715
        },
        {
            "start": 822907064,
            "stop": 822907124
        },
        {
            "start": 822907646,
            "stop": 822907706
        },
        {
            "start": 822909271,
            "stop": 822909451
        },
        {
            "start": 822909978,
            "stop": 822910098
        },
        {
            "start": 822910605,
            "stop": 822910965
        },
        {
            "start": 822911476,
            "stop": 822911896
        },
        {
            "start": 822913373,
            "stop": 822914273
        }
    ]
}