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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=297",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=295",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 296,
    "results": [
        {
            "start": 969033610,
            "stop": 969033738
        },
        {
            "start": 969033742,
            "stop": 969033762
        },
        {
            "start": 969033766,
            "stop": 969033793
        },
        {
            "start": 969033797,
            "stop": 969033823
        },
        {
            "start": 969033831,
            "stop": 969033832
        },
        {
            "start": 969033844,
            "stop": 969033930
        },
        {
            "start": 969033934,
            "stop": 969033941
        },
        {
            "start": 969033949,
            "stop": 969033976
        },
        {
            "start": 969033991,
            "stop": 969033999
        },
        {
            "start": 969034020,
            "stop": 969034026
        },
        {
            "start": 969034032,
            "stop": 969034035
        },
        {
            "start": 969034047,
            "stop": 969034054
        },
        {
            "start": 969034070,
            "stop": 969034074
        },
        {
            "start": 969034080,
            "stop": 969034088
        },
        {
            "start": 969034091,
            "stop": 969034163
        },
        {
            "start": 969034166,
            "stop": 969034181
        },
        {
            "start": 969034184,
            "stop": 969034245
        },
        {
            "start": 969034255,
            "stop": 969034325
        },
        {
            "start": 969034328,
            "stop": 969034332
        },
        {
            "start": 969034355,
            "stop": 969034359
        }
    ]
}