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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=324",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=322",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 323,
    "results": [
        {
            "start": 938024258,
            "stop": 938026887
        },
        {
            "start": 938027196,
            "stop": 938029028
        },
        {
            "start": 938029312,
            "stop": 938030755
        },
        {
            "start": 938035980,
            "stop": 938039517
        },
        {
            "start": 938039523,
            "stop": 938042640
        },
        {
            "start": 938042646,
            "stop": 938042773
        },
        {
            "start": 938043653,
            "stop": 938044016
        },
        {
            "start": 938044022,
            "stop": 938044676
        },
        {
            "start": 938044682,
            "stop": 938046568
        },
        {
            "start": 938050369,
            "stop": 938051796
        },
        {
            "start": 938051799,
            "stop": 938051846
        },
        {
            "start": 938051849,
            "stop": 938051859
        },
        {
            "start": 938061400,
            "stop": 938064718
        },
        {
            "start": 938068286,
            "stop": 938068826
        },
        {
            "start": 938068827,
            "stop": 938070260
        },
        {
            "start": 938070262,
            "stop": 938096161
        },
        {
            "start": 938115802,
            "stop": 938124790
        },
        {
            "start": 938168989,
            "stop": 938182465
        },
        {
            "start": 938182495,
            "stop": 938185709
        },
        {
            "start": 938225855,
            "stop": 938226136
        }
    ]
}