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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1335",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1333",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1334,
    "results": [
        {
            "start": 843843676,
            "stop": 843843680
        },
        {
            "start": 843843683,
            "stop": 843843685
        },
        {
            "start": 843843688,
            "stop": 843843715
        },
        {
            "start": 843843718,
            "stop": 843843723
        },
        {
            "start": 843843726,
            "stop": 843843737
        },
        {
            "start": 843843742,
            "stop": 843843745
        },
        {
            "start": 843843752,
            "stop": 843843770
        },
        {
            "start": 843843774,
            "stop": 843843805
        },
        {
            "start": 843843808,
            "stop": 843843817
        },
        {
            "start": 843843820,
            "stop": 843843823
        },
        {
            "start": 843843826,
            "stop": 843843828
        },
        {
            "start": 843843831,
            "stop": 843843835
        },
        {
            "start": 843843840,
            "stop": 843843851
        },
        {
            "start": 843843854,
            "stop": 843843876
        },
        {
            "start": 843843881,
            "stop": 843843886
        },
        {
            "start": 843843892,
            "stop": 843843893
        },
        {
            "start": 843843897,
            "stop": 843843946
        },
        {
            "start": 843843951,
            "stop": 843844021
        },
        {
            "start": 843844024,
            "stop": 843844043
        },
        {
            "start": 843844047,
            "stop": 843844048
        }
    ]
}