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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=56",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 57,
    "results": [
        {
            "start": 819287250,
            "stop": 819287610
        },
        {
            "start": 819287762,
            "stop": 819287942
        },
        {
            "start": 819288134,
            "stop": 819288284
        },
        {
            "start": 819288435,
            "stop": 819289635
        },
        {
            "start": 819289773,
            "stop": 819290493
        },
        {
            "start": 819301274,
            "stop": 819301334
        },
        {
            "start": 819301478,
            "stop": 819301778
        },
        {
            "start": 819302159,
            "stop": 819302219
        },
        {
            "start": 819302551,
            "stop": 819302791
        },
        {
            "start": 819303001,
            "stop": 819303061
        },
        {
            "start": 819303227,
            "stop": 819303287
        },
        {
            "start": 819305198,
            "stop": 819305318
        },
        {
            "start": 819305468,
            "stop": 819305528
        },
        {
            "start": 819305689,
            "stop": 819306049
        },
        {
            "start": 819306204,
            "stop": 819306264
        },
        {
            "start": 819307010,
            "stop": 819307070
        },
        {
            "start": 819307337,
            "stop": 819307517
        },
        {
            "start": 819312103,
            "stop": 819312583
        },
        {
            "start": 819312762,
            "stop": 819312942
        },
        {
            "start": 819314085,
            "stop": 819314145
        }
    ]
}