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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1730",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1728",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1729,
    "results": [
        {
            "start": 958220936,
            "stop": 958220942
        },
        {
            "start": 958220945,
            "stop": 958221127
        },
        {
            "start": 958221129,
            "stop": 958221238
        },
        {
            "start": 958221240,
            "stop": 958221324
        },
        {
            "start": 958284208,
            "stop": 958284909
        },
        {
            "start": 958284911,
            "stop": 958285200
        },
        {
            "start": 958285201,
            "stop": 958285760
        },
        {
            "start": 958285762,
            "stop": 958288516
        },
        {
            "start": 958288981,
            "stop": 958298397
        },
        {
            "start": 958298398,
            "stop": 958301150
        },
        {
            "start": 958301152,
            "stop": 958303684
        },
        {
            "start": 958303686,
            "stop": 958304329
        },
        {
            "start": 958304331,
            "stop": 958306798
        },
        {
            "start": 958306800,
            "stop": 958306975
        },
        {
            "start": 958312231,
            "stop": 958314089
        },
        {
            "start": 958314091,
            "stop": 958315134
        },
        {
            "start": 958315136,
            "stop": 958315896
        },
        {
            "start": 958315899,
            "stop": 958320587
        },
        {
            "start": 958320590,
            "stop": 958320654
        },
        {
            "start": 958320656,
            "stop": 958320790
        }
    ]
}