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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=107",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 108,
    "results": [
        {
            "start": 931538376,
            "stop": 931538389
        },
        {
            "start": 931538419,
            "stop": 931538444
        },
        {
            "start": 931538492,
            "stop": 931538493
        },
        {
            "start": 931538506,
            "stop": 931538518
        },
        {
            "start": 931538543,
            "stop": 931538590
        },
        {
            "start": 931538596,
            "stop": 931538597
        },
        {
            "start": 931538609,
            "stop": 931538612
        },
        {
            "start": 931538618,
            "stop": 931538634
        },
        {
            "start": 931538645,
            "stop": 931538649
        },
        {
            "start": 931538655,
            "stop": 931538674
        },
        {
            "start": 931538680,
            "stop": 931538682
        },
        {
            "start": 931538688,
            "stop": 931538693
        },
        {
            "start": 931538704,
            "stop": 931538711
        },
        {
            "start": 931538735,
            "stop": 931538740
        },
        {
            "start": 931538745,
            "stop": 931538749
        },
        {
            "start": 931538759,
            "stop": 931538766
        },
        {
            "start": 931538782,
            "stop": 931538786
        },
        {
            "start": 931538792,
            "stop": 931538794
        },
        {
            "start": 931538822,
            "stop": 931538823
        },
        {
            "start": 931538829,
            "stop": 931538852
        }
    ]
}