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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5171",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5172,
    "results": [
        {
            "start": 874754202,
            "stop": 874754336
        },
        {
            "start": 874754343,
            "stop": 874754568
        },
        {
            "start": 874754575,
            "stop": 874754632
        },
        {
            "start": 874754639,
            "stop": 874754673
        },
        {
            "start": 874754680,
            "stop": 874754787
        },
        {
            "start": 874754799,
            "stop": 874754815
        },
        {
            "start": 874754823,
            "stop": 874754861
        },
        {
            "start": 874754868,
            "stop": 874754879
        },
        {
            "start": 874754886,
            "stop": 874754936
        },
        {
            "start": 874754944,
            "stop": 874754946
        },
        {
            "start": 874754953,
            "stop": 874754963
        },
        {
            "start": 874754970,
            "stop": 874754994
        },
        {
            "start": 874755012,
            "stop": 874755129
        },
        {
            "start": 874755136,
            "stop": 874755549
        },
        {
            "start": 874755556,
            "stop": 874755579
        },
        {
            "start": 874755586,
            "stop": 874755790
        },
        {
            "start": 874755797,
            "stop": 874755824
        },
        {
            "start": 874755832,
            "stop": 874755835
        },
        {
            "start": 874755842,
            "stop": 874755851
        },
        {
            "start": 874755858,
            "stop": 874756024
        }
    ]
}