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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5036",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5034",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5035,
    "results": [
        {
            "start": 874579970,
            "stop": 874580022
        },
        {
            "start": 874580033,
            "stop": 874580191
        },
        {
            "start": 874580198,
            "stop": 874580264
        },
        {
            "start": 874580445,
            "stop": 874580560
        },
        {
            "start": 874580567,
            "stop": 874580660
        },
        {
            "start": 874580667,
            "stop": 874580802
        },
        {
            "start": 874580809,
            "stop": 874580845
        },
        {
            "start": 874580852,
            "stop": 874580932
        },
        {
            "start": 874580939,
            "stop": 874580962
        },
        {
            "start": 874580969,
            "stop": 874581001
        },
        {
            "start": 874581008,
            "stop": 874581098
        },
        {
            "start": 874581105,
            "stop": 874581124
        },
        {
            "start": 874581132,
            "stop": 874581194
        },
        {
            "start": 874581201,
            "stop": 874581273
        },
        {
            "start": 874581280,
            "stop": 874581418
        },
        {
            "start": 874581425,
            "stop": 874581490
        },
        {
            "start": 874581497,
            "stop": 874581503
        },
        {
            "start": 874581511,
            "stop": 874581706
        },
        {
            "start": 874581713,
            "stop": 874581728
        },
        {
            "start": 874581736,
            "stop": 874581862
        }
    ]
}