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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=195",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 196,
    "results": [
        {
            "start": 931662664,
            "stop": 931662675
        },
        {
            "start": 931662678,
            "stop": 931662682
        },
        {
            "start": 931662685,
            "stop": 931662686
        },
        {
            "start": 931662689,
            "stop": 931662722
        },
        {
            "start": 931662725,
            "stop": 931662732
        },
        {
            "start": 931662735,
            "stop": 931662740
        },
        {
            "start": 931662743,
            "stop": 931662756
        },
        {
            "start": 931662759,
            "stop": 931662765
        },
        {
            "start": 931662770,
            "stop": 931662779
        },
        {
            "start": 931662782,
            "stop": 931662785
        },
        {
            "start": 931662791,
            "stop": 931662802
        },
        {
            "start": 931662806,
            "stop": 931662812
        },
        {
            "start": 931662815,
            "stop": 931662848
        },
        {
            "start": 931662856,
            "stop": 931662860
        },
        {
            "start": 931662868,
            "stop": 931662875
        },
        {
            "start": 931662877,
            "stop": 931662880
        },
        {
            "start": 931662887,
            "stop": 931662891
        },
        {
            "start": 931662894,
            "stop": 931662897
        },
        {
            "start": 931662902,
            "stop": 931662906
        },
        {
            "start": 931662909,
            "stop": 931662914
        }
    ]
}