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=75
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=76",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=74",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 75,
    "results": [
        {
            "start": 931503828,
            "stop": 931503830
        },
        {
            "start": 931503833,
            "stop": 931503834
        },
        {
            "start": 931503837,
            "stop": 931503839
        },
        {
            "start": 931503842,
            "stop": 931503844
        },
        {
            "start": 931503848,
            "stop": 931503850
        },
        {
            "start": 931503852,
            "stop": 931503862
        },
        {
            "start": 931503865,
            "stop": 931503867
        },
        {
            "start": 931503879,
            "stop": 931503881
        },
        {
            "start": 931503884,
            "stop": 931503889
        },
        {
            "start": 931503895,
            "stop": 931503897
        },
        {
            "start": 931503901,
            "stop": 931503905
        },
        {
            "start": 931503911,
            "stop": 931503916
        },
        {
            "start": 931503921,
            "stop": 931503923
        },
        {
            "start": 931503926,
            "stop": 931503930
        },
        {
            "start": 931503936,
            "stop": 931503940
        },
        {
            "start": 931503942,
            "stop": 931503946
        },
        {
            "start": 931503955,
            "stop": 931503956
        },
        {
            "start": 931503960,
            "stop": 931503965
        },
        {
            "start": 931503968,
            "stop": 931503970
        },
        {
            "start": 931503973,
            "stop": 931503978
        }
    ]
}