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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=405",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=403",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 404,
    "results": [
        {
            "start": 968576594,
            "stop": 968597619
        },
        {
            "start": 968605094,
            "stop": 968607606
        },
        {
            "start": 968609629,
            "stop": 968609931
        },
        {
            "start": 968613339,
            "stop": 968614094
        },
        {
            "start": 968616456,
            "stop": 968623990
        },
        {
            "start": 968626943,
            "stop": 968630167
        },
        {
            "start": 968632249,
            "stop": 968640996
        },
        {
            "start": 968642871,
            "stop": 968644417
        },
        {
            "start": 968646220,
            "stop": 968681192
        },
        {
            "start": 968686357,
            "stop": 968686563
        },
        {
            "start": 968688760,
            "stop": 968690936
        },
        {
            "start": 968692881,
            "stop": 968707726
        },
        {
            "start": 968707733,
            "stop": 968707745
        },
        {
            "start": 968707750,
            "stop": 968714390
        },
        {
            "start": 968719346,
            "stop": 968744747
        },
        {
            "start": 968744753,
            "stop": 968778028
        },
        {
            "start": 968778038,
            "stop": 968778110
        },
        {
            "start": 968780608,
            "stop": 968782813
        },
        {
            "start": 968782820,
            "stop": 968786166
        },
        {
            "start": 968796318,
            "stop": 968829104
        }
    ]
}