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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10128",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10129,
    "results": [
        {
            "start": 873540623,
            "stop": 873542836
        },
        {
            "start": 873542853,
            "stop": 873544919
        },
        {
            "start": 873544955,
            "stop": 873545000
        },
        {
            "start": 873545017,
            "stop": 873546082
        },
        {
            "start": 873546361,
            "stop": 873546392
        },
        {
            "start": 873546428,
            "stop": 873546482
        },
        {
            "start": 873546518,
            "stop": 873547035
        },
        {
            "start": 873547069,
            "stop": 873547102
        },
        {
            "start": 873547109,
            "stop": 873547120
        },
        {
            "start": 873547194,
            "stop": 873547203
        },
        {
            "start": 873547252,
            "stop": 873547279
        },
        {
            "start": 873550284,
            "stop": 873551070
        },
        {
            "start": 873551083,
            "stop": 873551170
        },
        {
            "start": 873551178,
            "stop": 873551510
        },
        {
            "start": 873552631,
            "stop": 873552678
        },
        {
            "start": 873552695,
            "stop": 873552795
        },
        {
            "start": 873552802,
            "stop": 873552891
        },
        {
            "start": 873552898,
            "stop": 873553095
        },
        {
            "start": 873553103,
            "stop": 873553114
        },
        {
            "start": 873553122,
            "stop": 873553245
        }
    ]
}