Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5366
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5367",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5365",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5366,
    "results": [
        {
            "start": 971505569,
            "stop": 971506322
        },
        {
            "start": 971506325,
            "stop": 971506775
        },
        {
            "start": 971506778,
            "stop": 971507729
        },
        {
            "start": 971507732,
            "stop": 971509813
        },
        {
            "start": 971509816,
            "stop": 971510006
        },
        {
            "start": 971510009,
            "stop": 971510079
        },
        {
            "start": 971510082,
            "stop": 971510089
        },
        {
            "start": 971510092,
            "stop": 971510593
        },
        {
            "start": 971510596,
            "stop": 971511927
        },
        {
            "start": 971511930,
            "stop": 971512272
        },
        {
            "start": 971512275,
            "stop": 971512314
        },
        {
            "start": 971512317,
            "stop": 971512641
        },
        {
            "start": 971512644,
            "stop": 971513342
        },
        {
            "start": 971513345,
            "stop": 971513595
        },
        {
            "start": 971513598,
            "stop": 971513822
        },
        {
            "start": 971513825,
            "stop": 971513901
        },
        {
            "start": 971513904,
            "stop": 971513965
        },
        {
            "start": 971513968,
            "stop": 971513972
        },
        {
            "start": 971513975,
            "stop": 971514081
        },
        {
            "start": 971514084,
            "stop": 971514356
        }
    ]
}