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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=345",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=343",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 344,
    "results": [
        {
            "start": 847717807,
            "stop": 847717808
        },
        {
            "start": 847717809,
            "stop": 847717818
        },
        {
            "start": 847717819,
            "stop": 847717860
        },
        {
            "start": 847717861,
            "stop": 847717903
        },
        {
            "start": 847717904,
            "stop": 847717922
        },
        {
            "start": 847717923,
            "stop": 847717927
        },
        {
            "start": 847717929,
            "stop": 847717944
        },
        {
            "start": 847717945,
            "stop": 847717946
        },
        {
            "start": 847717947,
            "stop": 847717970
        },
        {
            "start": 847718164,
            "stop": 847718165
        },
        {
            "start": 847718169,
            "stop": 847718171
        },
        {
            "start": 847718174,
            "stop": 847718176
        },
        {
            "start": 847718179,
            "stop": 847718181
        },
        {
            "start": 847718185,
            "stop": 847718202
        },
        {
            "start": 847718204,
            "stop": 847718266
        },
        {
            "start": 847718267,
            "stop": 847718287
        },
        {
            "start": 847718288,
            "stop": 847718309
        },
        {
            "start": 847718310,
            "stop": 847718312
        },
        {
            "start": 847718313,
            "stop": 847718329
        },
        {
            "start": 847718331,
            "stop": 847718351
        }
    ]
}