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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=130",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 131,
    "results": [
        {
            "start": 828157452,
            "stop": 828158155
        },
        {
            "start": 828165138,
            "stop": 828167413
        },
        {
            "start": 828170357,
            "stop": 828170874
        },
        {
            "start": 828176226,
            "stop": 828178573
        },
        {
            "start": 828181661,
            "stop": 828182088
        },
        {
            "start": 828182779,
            "stop": 828185893
        },
        {
            "start": 828186704,
            "stop": 828186793
        },
        {
            "start": 828187587,
            "stop": 828190746
        },
        {
            "start": 828191486,
            "stop": 828191773
        },
        {
            "start": 828222067,
            "stop": 828224953
        },
        {
            "start": 828230103,
            "stop": 828233653
        },
        {
            "start": 828242698,
            "stop": 828265870
        },
        {
            "start": 828266890,
            "stop": 828282068
        },
        {
            "start": 828282850,
            "stop": 828283809
        },
        {
            "start": 828283933,
            "stop": 828287832
        },
        {
            "start": 828291141,
            "stop": 828291973
        },
        {
            "start": 828299838,
            "stop": 828302108
        },
        {
            "start": 828302244,
            "stop": 828303366
        },
        {
            "start": 828303435,
            "stop": 828306112
        },
        {
            "start": 828306863,
            "stop": 828307020
        }
    ]
}