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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=72",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 73,
    "results": [
        {
            "start": 817592040,
            "stop": 817592100
        },
        {
            "start": 817592220,
            "stop": 817592280
        },
        {
            "start": 817592400,
            "stop": 817592520
        },
        {
            "start": 817592582,
            "stop": 817592583
        },
        {
            "start": 817594520,
            "stop": 817594680
        },
        {
            "start": 817594740,
            "stop": 817594800
        },
        {
            "start": 817594860,
            "stop": 817594920
        },
        {
            "start": 817595100,
            "stop": 817595160
        },
        {
            "start": 817595220,
            "stop": 817595400
        },
        {
            "start": 817595520,
            "stop": 817595640
        },
        {
            "start": 817595700,
            "stop": 817595820
        },
        {
            "start": 817596060,
            "stop": 817596120
        },
        {
            "start": 817596300,
            "stop": 817596420
        },
        {
            "start": 817596480,
            "stop": 817596493
        },
        {
            "start": 817596505,
            "stop": 817596506
        },
        {
            "start": 817597348,
            "stop": 817597560
        },
        {
            "start": 817597740,
            "stop": 817597800
        },
        {
            "start": 817597920,
            "stop": 817598040
        },
        {
            "start": 817598160,
            "stop": 817598280
        },
        {
            "start": 817598520,
            "stop": 817598750
        }
    ]
}