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=7
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=8",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=6",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 7,
    "results": [
        {
            "start": 815299510,
            "stop": 815299579
        },
        {
            "start": 815299583,
            "stop": 815299648
        },
        {
            "start": 815299652,
            "stop": 815299805
        },
        {
            "start": 815299819,
            "stop": 815299861
        },
        {
            "start": 815300562,
            "stop": 815300576
        },
        {
            "start": 815300580,
            "stop": 815300586
        },
        {
            "start": 815300589,
            "stop": 815300595
        },
        {
            "start": 815300604,
            "stop": 815300619
        },
        {
            "start": 815300628,
            "stop": 815300644
        },
        {
            "start": 815300647,
            "stop": 815300828
        },
        {
            "start": 815300832,
            "stop": 815300974
        },
        {
            "start": 815300983,
            "stop": 815301052
        },
        {
            "start": 815301056,
            "stop": 815303630
        },
        {
            "start": 815304110,
            "stop": 815304466
        },
        {
            "start": 815304470,
            "stop": 815304481
        },
        {
            "start": 815304485,
            "stop": 815304664
        },
        {
            "start": 815304683,
            "stop": 815304688
        },
        {
            "start": 815304692,
            "stop": 815304708
        },
        {
            "start": 815304716,
            "stop": 815304733
        },
        {
            "start": 815306225,
            "stop": 815306473
        }
    ]
}