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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=123",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=121",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 122,
    "results": [
        {
            "start": 931615157,
            "stop": 931615168
        },
        {
            "start": 931615187,
            "stop": 931615201
        },
        {
            "start": 931615207,
            "stop": 931615253
        },
        {
            "start": 931615258,
            "stop": 931615310
        },
        {
            "start": 931615391,
            "stop": 931615398
        },
        {
            "start": 931615406,
            "stop": 931615407
        },
        {
            "start": 931615415,
            "stop": 931615429
        },
        {
            "start": 931615458,
            "stop": 931615496
        },
        {
            "start": 931615555,
            "stop": 931615558
        },
        {
            "start": 931617383,
            "stop": 931618011
        },
        {
            "start": 931618017,
            "stop": 931618174
        },
        {
            "start": 931618181,
            "stop": 931618501
        },
        {
            "start": 931618507,
            "stop": 931618680
        },
        {
            "start": 931618686,
            "stop": 931619011
        },
        {
            "start": 931657083,
            "stop": 931657183
        },
        {
            "start": 931658625,
            "stop": 931658713
        },
        {
            "start": 931658719,
            "stop": 931658730
        },
        {
            "start": 931658736,
            "stop": 931658754
        },
        {
            "start": 931658760,
            "stop": 931659071
        },
        {
            "start": 931660324,
            "stop": 931660350
        }
    ]
}