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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=286",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=284",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 285,
    "results": [
        {
            "start": 867621318,
            "stop": 867628363
        },
        {
            "start": 867630444,
            "stop": 867685060
        },
        {
            "start": 867685064,
            "stop": 867685065
        },
        {
            "start": 867685073,
            "stop": 867685181
        },
        {
            "start": 867685185,
            "stop": 867687382
        },
        {
            "start": 867695606,
            "stop": 867696571
        },
        {
            "start": 867696574,
            "stop": 867696612
        },
        {
            "start": 867696615,
            "stop": 867702446
        },
        {
            "start": 867707880,
            "stop": 867708170
        },
        {
            "start": 867709140,
            "stop": 867710086
        },
        {
            "start": 867716353,
            "stop": 867717101
        },
        {
            "start": 867724621,
            "stop": 867771659
        },
        {
            "start": 867793139,
            "stop": 867795599
        },
        {
            "start": 867798602,
            "stop": 867815977
        },
        {
            "start": 867816990,
            "stop": 867853225
        },
        {
            "start": 867854442,
            "stop": 867857155
        },
        {
            "start": 867859217,
            "stop": 867956618
        },
        {
            "start": 867958883,
            "stop": 868045667
        },
        {
            "start": 868047413,
            "stop": 868054760
        },
        {
            "start": 868058791,
            "stop": 868060759
        }
    ]
}