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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=38",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 39,
    "results": [
        {
            "start": 822326100,
            "stop": 822327014
        },
        {
            "start": 822327160,
            "stop": 822327321
        },
        {
            "start": 822327580,
            "stop": 822327682
        },
        {
            "start": 822329157,
            "stop": 822329708
        },
        {
            "start": 822329823,
            "stop": 822329879
        },
        {
            "start": 822339166,
            "stop": 822339642
        },
        {
            "start": 822339688,
            "stop": 822339899
        },
        {
            "start": 822339943,
            "stop": 822340102
        },
        {
            "start": 822347137,
            "stop": 822347814
        },
        {
            "start": 822347985,
            "stop": 822350928
        },
        {
            "start": 822351001,
            "stop": 822351726
        },
        {
            "start": 822351875,
            "stop": 822351966
        },
        {
            "start": 822352040,
            "stop": 822353005
        },
        {
            "start": 822354283,
            "stop": 822357658
        },
        {
            "start": 822358351,
            "stop": 822361482
        },
        {
            "start": 822361555,
            "stop": 822366348
        },
        {
            "start": 822366444,
            "stop": 822368621
        },
        {
            "start": 822368823,
            "stop": 822371361
        },
        {
            "start": 822371496,
            "stop": 822379677
        },
        {
            "start": 822379754,
            "stop": 822380113
        }
    ]
}