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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9923",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9921",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9922,
    "results": [
        {
            "start": 874692818,
            "stop": 874693103
        },
        {
            "start": 874693104,
            "stop": 874693962
        },
        {
            "start": 874694196,
            "stop": 874694245
        },
        {
            "start": 874694246,
            "stop": 874694315
        },
        {
            "start": 874694317,
            "stop": 874694380
        },
        {
            "start": 874694381,
            "stop": 874694758
        },
        {
            "start": 874694759,
            "stop": 874694959
        },
        {
            "start": 874694961,
            "stop": 874695535
        },
        {
            "start": 874695536,
            "stop": 874695672
        },
        {
            "start": 874695675,
            "stop": 874695677
        },
        {
            "start": 874695680,
            "stop": 874695720
        },
        {
            "start": 874695721,
            "stop": 874696310
        },
        {
            "start": 874696311,
            "stop": 874696786
        },
        {
            "start": 874696787,
            "stop": 874696980
        },
        {
            "start": 874696983,
            "stop": 874696984
        },
        {
            "start": 874696989,
            "stop": 874697011
        },
        {
            "start": 874697014,
            "stop": 874697109
        },
        {
            "start": 874697110,
            "stop": 874697406
        },
        {
            "start": 874697409,
            "stop": 874697417
        },
        {
            "start": 874697422,
            "stop": 874697479
        }
    ]
}