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=190
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=191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=189",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 190,
    "results": [
        {
            "start": 816847639,
            "stop": 816847785
        },
        {
            "start": 816847790,
            "stop": 816847831
        },
        {
            "start": 816847837,
            "stop": 816847839
        },
        {
            "start": 816847843,
            "stop": 816847844
        },
        {
            "start": 816847852,
            "stop": 816847856
        },
        {
            "start": 816847862,
            "stop": 816847870
        },
        {
            "start": 816847875,
            "stop": 816847889
        },
        {
            "start": 816847895,
            "stop": 816847945
        },
        {
            "start": 816847950,
            "stop": 816848113
        },
        {
            "start": 816848116,
            "stop": 816848138
        },
        {
            "start": 816848143,
            "stop": 816848154
        },
        {
            "start": 816848161,
            "stop": 816848162
        },
        {
            "start": 816848169,
            "stop": 816848171
        },
        {
            "start": 816848177,
            "stop": 816848179
        },
        {
            "start": 816848187,
            "stop": 816848250
        },
        {
            "start": 816848270,
            "stop": 816848272
        },
        {
            "start": 816848277,
            "stop": 816848312
        },
        {
            "start": 816848316,
            "stop": 816848318
        },
        {
            "start": 816848331,
            "stop": 816848372
        },
        {
            "start": 816848377,
            "stop": 816848381
        }
    ]
}