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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5752",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5750",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5751,
    "results": [
        {
            "start": 874621735,
            "stop": 874621770
        },
        {
            "start": 874621773,
            "stop": 874621810
        },
        {
            "start": 874621813,
            "stop": 874621821
        },
        {
            "start": 874621824,
            "stop": 874621839
        },
        {
            "start": 874621845,
            "stop": 874621853
        },
        {
            "start": 874621856,
            "stop": 874621861
        },
        {
            "start": 874621868,
            "stop": 874621878
        },
        {
            "start": 874621882,
            "stop": 874622009
        },
        {
            "start": 874622015,
            "stop": 874622033
        },
        {
            "start": 874622037,
            "stop": 874622067
        },
        {
            "start": 874622070,
            "stop": 874622165
        },
        {
            "start": 874622168,
            "stop": 874622181
        },
        {
            "start": 874622184,
            "stop": 874622200
        },
        {
            "start": 874622204,
            "stop": 874622213
        },
        {
            "start": 874622217,
            "stop": 874622224
        },
        {
            "start": 874622227,
            "stop": 874622268
        },
        {
            "start": 874622271,
            "stop": 874622280
        },
        {
            "start": 874622284,
            "stop": 874622294
        },
        {
            "start": 874622299,
            "stop": 874622300
        },
        {
            "start": 874622303,
            "stop": 874622320
        }
    ]
}