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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=26",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 27,
    "results": [
        {
            "start": 819088448,
            "stop": 819093845
        },
        {
            "start": 819094946,
            "stop": 819097026
        },
        {
            "start": 819097029,
            "stop": 819102112
        },
        {
            "start": 819102144,
            "stop": 819121472
        },
        {
            "start": 819121504,
            "stop": 819125248
        },
        {
            "start": 819125280,
            "stop": 819127648
        },
        {
            "start": 819127680,
            "stop": 819129833
        },
        {
            "start": 819143934,
            "stop": 819144553
        },
        {
            "start": 819145158,
            "stop": 819150508
        },
        {
            "start": 819154466,
            "stop": 819166656
        },
        {
            "start": 819166688,
            "stop": 819183232
        },
        {
            "start": 819183264,
            "stop": 819183328
        },
        {
            "start": 819183360,
            "stop": 819191096
        },
        {
            "start": 819192071,
            "stop": 819194304
        },
        {
            "start": 819194336,
            "stop": 819198752
        },
        {
            "start": 819198784,
            "stop": 819204073
        },
        {
            "start": 819204778,
            "stop": 819206912
        },
        {
            "start": 819206944,
            "stop": 819211273
        },
        {
            "start": 819211890,
            "stop": 819228499
        },
        {
            "start": 819228506,
            "stop": 819229153
        }
    ]
}