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=12
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=13",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=11",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 12,
    "results": [
        {
            "start": 816231739,
            "stop": 816231876
        },
        {
            "start": 816231880,
            "stop": 816231962
        },
        {
            "start": 816231965,
            "stop": 816232316
        },
        {
            "start": 816232320,
            "stop": 816232325
        },
        {
            "start": 816232329,
            "stop": 816232826
        },
        {
            "start": 816232834,
            "stop": 816233377
        },
        {
            "start": 816233380,
            "stop": 816233487
        },
        {
            "start": 816233491,
            "stop": 816233593
        },
        {
            "start": 816233597,
            "stop": 816233669
        },
        {
            "start": 816233673,
            "stop": 816234391
        },
        {
            "start": 816234394,
            "stop": 816234513
        },
        {
            "start": 816234518,
            "stop": 816234519
        },
        {
            "start": 816234523,
            "stop": 816236210
        },
        {
            "start": 816236225,
            "stop": 816236251
        },
        {
            "start": 816236256,
            "stop": 816236578
        },
        {
            "start": 816258792,
            "stop": 816258874
        },
        {
            "start": 816258877,
            "stop": 816258930
        },
        {
            "start": 816258934,
            "stop": 816258977
        },
        {
            "start": 816258986,
            "stop": 816259153
        },
        {
            "start": 816260098,
            "stop": 816260113
        }
    ]
}