Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=201
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=202",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=200",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 201,
    "results": [
        {
            "start": 816854616,
            "stop": 816854618
        },
        {
            "start": 816854624,
            "stop": 816854626
        },
        {
            "start": 816854632,
            "stop": 816854669
        },
        {
            "start": 816854674,
            "stop": 816854711
        },
        {
            "start": 816854714,
            "stop": 816854719
        },
        {
            "start": 816854729,
            "stop": 816854732
        },
        {
            "start": 816854738,
            "stop": 816854749
        },
        {
            "start": 816854752,
            "stop": 816854763
        },
        {
            "start": 816854767,
            "stop": 816854786
        },
        {
            "start": 816854790,
            "stop": 816854795
        },
        {
            "start": 816854800,
            "stop": 816854807
        },
        {
            "start": 816854810,
            "stop": 816854856
        },
        {
            "start": 816854860,
            "stop": 816854988
        },
        {
            "start": 816854991,
            "stop": 816855052
        },
        {
            "start": 816855058,
            "stop": 816855060
        },
        {
            "start": 816855065,
            "stop": 816855073
        },
        {
            "start": 816855077,
            "stop": 816855125
        },
        {
            "start": 816855130,
            "stop": 816855135
        },
        {
            "start": 816855139,
            "stop": 816855140
        },
        {
            "start": 816855146,
            "stop": 816855154
        }
    ]
}