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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=692",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=690",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 691,
    "results": [
        {
            "start": 863491951,
            "stop": 863511930
        },
        {
            "start": 863511990,
            "stop": 863531858
        },
        {
            "start": 863532497,
            "stop": 863534578
        },
        {
            "start": 863535194,
            "stop": 863539871
        },
        {
            "start": 863543099,
            "stop": 863543478
        },
        {
            "start": 863543824,
            "stop": 863547527
        },
        {
            "start": 863571827,
            "stop": 863572936
        },
        {
            "start": 863574236,
            "stop": 863576370
        },
        {
            "start": 863576430,
            "stop": 863586084
        },
        {
            "start": 863586089,
            "stop": 863586517
        },
        {
            "start": 863587445,
            "stop": 863589809
        },
        {
            "start": 863591374,
            "stop": 863635470
        },
        {
            "start": 863636475,
            "stop": 863637338
        },
        {
            "start": 863639401,
            "stop": 863643394
        },
        {
            "start": 863652297,
            "stop": 863665053
        },
        {
            "start": 863669238,
            "stop": 863669763
        },
        {
            "start": 863673358,
            "stop": 863683946
        },
        {
            "start": 863685483,
            "stop": 863713656
        },
        {
            "start": 863722863,
            "stop": 863734050
        },
        {
            "start": 863735818,
            "stop": 863769600
        }
    ]
}