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=9911
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=9912",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9910",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9911,
    "results": [
        {
            "start": 874653718,
            "stop": 874653728
        },
        {
            "start": 874653731,
            "stop": 874653738
        },
        {
            "start": 874653741,
            "stop": 874653786
        },
        {
            "start": 874653789,
            "stop": 874653822
        },
        {
            "start": 874653825,
            "stop": 874653908
        },
        {
            "start": 874653911,
            "stop": 874653913
        },
        {
            "start": 874653916,
            "stop": 874653958
        },
        {
            "start": 874653961,
            "stop": 874654256
        },
        {
            "start": 874654259,
            "stop": 874654359
        },
        {
            "start": 874654362,
            "stop": 874654369
        },
        {
            "start": 874654372,
            "stop": 874654376
        },
        {
            "start": 874654379,
            "stop": 874654509
        },
        {
            "start": 874654512,
            "stop": 874654513
        },
        {
            "start": 874654516,
            "stop": 874654521
        },
        {
            "start": 874654524,
            "stop": 874654525
        },
        {
            "start": 874654528,
            "stop": 874654801
        },
        {
            "start": 874654809,
            "stop": 874654811
        },
        {
            "start": 874654816,
            "stop": 874655582
        },
        {
            "start": 874655586,
            "stop": 874655721
        },
        {
            "start": 874655724,
            "stop": 874656041
        }
    ]
}