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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=91",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 92,
    "results": [
        {
            "start": 828157452,
            "stop": 828157475
        },
        {
            "start": 828157967,
            "stop": 828158155
        },
        {
            "start": 828165138,
            "stop": 828167437
        },
        {
            "start": 828170357,
            "stop": 828170874
        },
        {
            "start": 828176226,
            "stop": 828178597
        },
        {
            "start": 828181661,
            "stop": 828182088
        },
        {
            "start": 828182779,
            "stop": 828185918
        },
        {
            "start": 828186704,
            "stop": 828186797
        },
        {
            "start": 828187587,
            "stop": 828190746
        },
        {
            "start": 828191486,
            "stop": 828191777
        },
        {
            "start": 828222067,
            "stop": 828224608
        },
        {
            "start": 828230103,
            "stop": 828233658
        },
        {
            "start": 828242698,
            "stop": 828265870
        },
        {
            "start": 828266890,
            "stop": 828282068
        },
        {
            "start": 828282850,
            "stop": 828283809
        },
        {
            "start": 828283918,
            "stop": 828284939
        },
        {
            "start": 828285259,
            "stop": 828287832
        },
        {
            "start": 828291141,
            "stop": 828291632
        },
        {
            "start": 828299838,
            "stop": 828302108
        },
        {
            "start": 828302244,
            "stop": 828303321
        }
    ]
}