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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=505",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=503",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 504,
    "results": [
        {
            "start": 823960919,
            "stop": 823960920
        },
        {
            "start": 823960927,
            "stop": 823961661
        },
        {
            "start": 823961662,
            "stop": 823963453
        },
        {
            "start": 823963461,
            "stop": 823963464
        },
        {
            "start": 824035093,
            "stop": 824049493
        },
        {
            "start": 824049534,
            "stop": 824049536
        },
        {
            "start": 824117833,
            "stop": 824118664
        },
        {
            "start": 824119118,
            "stop": 824131383
        },
        {
            "start": 824131384,
            "stop": 824137033
        },
        {
            "start": 824137064,
            "stop": 824137067
        },
        {
            "start": 824203453,
            "stop": 824208073
        },
        {
            "start": 824208095,
            "stop": 824208097
        },
        {
            "start": 824208133,
            "stop": 824211379
        },
        {
            "start": 824211380,
            "stop": 824211548
        },
        {
            "start": 824211549,
            "stop": 824211913
        },
        {
            "start": 824213353,
            "stop": 824214413
        },
        {
            "start": 824216353,
            "stop": 824216897
        },
        {
            "start": 824216898,
            "stop": 824217054
        },
        {
            "start": 824218393,
            "stop": 824219383
        },
        {
            "start": 824219783,
            "stop": 824220201
        }
    ]
}