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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=150",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 151,
    "results": [
        {
            "start": 1418951602,
            "stop": 1418951622
        },
        {
            "start": 1418951626,
            "stop": 1418951638
        },
        {
            "start": 1418951646,
            "stop": 1418951714
        },
        {
            "start": 1418951719,
            "stop": 1418952602
        },
        {
            "start": 1418952610,
            "stop": 1418952634
        },
        {
            "start": 1418952638,
            "stop": 1418952654
        },
        {
            "start": 1418952662,
            "stop": 1418952674
        },
        {
            "start": 1418952678,
            "stop": 1418953016
        },
        {
            "start": 1418953018,
            "stop": 1418953221
        },
        {
            "start": 1418953223,
            "stop": 1418953254
        },
        {
            "start": 1418953258,
            "stop": 1418953386
        },
        {
            "start": 1418953391,
            "stop": 1418953461
        },
        {
            "start": 1418953463,
            "stop": 1418954023
        },
        {
            "start": 1418954024,
            "stop": 1418954258
        },
        {
            "start": 1418954266,
            "stop": 1418954269
        },
        {
            "start": 1418954275,
            "stop": 1418954282
        },
        {
            "start": 1418954283,
            "stop": 1418954286
        },
        {
            "start": 1418954290,
            "stop": 1418954500
        },
        {
            "start": 1418954506,
            "stop": 1418954518
        },
        {
            "start": 1418954520,
            "stop": 1418954530
        }
    ]
}