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_CW_CAT1/segments?format=api&page=339
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=340",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=338",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 339,
    "results": [
        {
            "start": 866769799,
            "stop": 866769804
        },
        {
            "start": 866769808,
            "stop": 866769814
        },
        {
            "start": 866769828,
            "stop": 866769890
        },
        {
            "start": 866769898,
            "stop": 866770149
        },
        {
            "start": 866770153,
            "stop": 866770159
        },
        {
            "start": 866770172,
            "stop": 866770181
        },
        {
            "start": 866770184,
            "stop": 866770298
        },
        {
            "start": 866770302,
            "stop": 866770308
        },
        {
            "start": 866770312,
            "stop": 866770572
        },
        {
            "start": 866770576,
            "stop": 866770619
        },
        {
            "start": 866770633,
            "stop": 866770658
        },
        {
            "start": 866770662,
            "stop": 866770667
        },
        {
            "start": 866770676,
            "stop": 866770692
        },
        {
            "start": 866770696,
            "stop": 866770826
        },
        {
            "start": 866770840,
            "stop": 866770928
        },
        {
            "start": 866772017,
            "stop": 866774034
        },
        {
            "start": 866775342,
            "stop": 866776151
        },
        {
            "start": 866776775,
            "stop": 866777548
        },
        {
            "start": 866777552,
            "stop": 866823865
        },
        {
            "start": 866830370,
            "stop": 866836109
        }
    ]
}