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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7276",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7274",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7275,
    "results": [
        {
            "start": 874986354,
            "stop": 874986377
        },
        {
            "start": 874986379,
            "stop": 874986694
        },
        {
            "start": 874986695,
            "stop": 874986746
        },
        {
            "start": 874986747,
            "stop": 874986765
        },
        {
            "start": 874986766,
            "stop": 874986775
        },
        {
            "start": 874986776,
            "stop": 874986802
        },
        {
            "start": 874986803,
            "stop": 874986856
        },
        {
            "start": 874986857,
            "stop": 874987379
        },
        {
            "start": 874987381,
            "stop": 874987506
        },
        {
            "start": 874987507,
            "stop": 874987636
        },
        {
            "start": 874987637,
            "stop": 874987837
        },
        {
            "start": 874987838,
            "stop": 874987925
        },
        {
            "start": 874987926,
            "stop": 874987996
        },
        {
            "start": 874987998,
            "stop": 874988042
        },
        {
            "start": 874988043,
            "stop": 874988317
        },
        {
            "start": 874988318,
            "stop": 874988371
        },
        {
            "start": 874988372,
            "stop": 874988422
        },
        {
            "start": 874988424,
            "stop": 874988646
        },
        {
            "start": 874988648,
            "stop": 874988651
        },
        {
            "start": 874988654,
            "stop": 874988656
        }
    ]
}