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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=173",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 174,
    "results": [
        {
            "start": 1135376315,
            "stop": 1135381229
        },
        {
            "start": 1135381237,
            "stop": 1135385610
        },
        {
            "start": 1135385619,
            "stop": 1135391745
        },
        {
            "start": 1135411109,
            "stop": 1135417372
        },
        {
            "start": 1135418759,
            "stop": 1135423566
        },
        {
            "start": 1135423568,
            "stop": 1135431907
        },
        {
            "start": 1135431915,
            "stop": 1135444406
        },
        {
            "start": 1135444413,
            "stop": 1135446246
        },
        {
            "start": 1135457586,
            "stop": 1135457834
        },
        {
            "start": 1135457837,
            "stop": 1135458093
        },
        {
            "start": 1135458096,
            "stop": 1135464503
        },
        {
            "start": 1135464505,
            "stop": 1135477765
        },
        {
            "start": 1135477773,
            "stop": 1135479677
        },
        {
            "start": 1135479685,
            "stop": 1135482169
        },
        {
            "start": 1135482177,
            "stop": 1135487803
        },
        {
            "start": 1135487810,
            "stop": 1135496452
        },
        {
            "start": 1135516970,
            "stop": 1135524071
        },
        {
            "start": 1135524073,
            "stop": 1135535697
        },
        {
            "start": 1135535704,
            "stop": 1135537917
        },
        {
            "start": 1135537925,
            "stop": 1135540059
        }
    ]
}